- 新增 DimensionInput 组件(Popover + W/H 数字输入 + 比例锁),支持 combined(单字段 W*H)和 split(独立 width/height)两种模式 - 修复 jimeng/qwen/qwen-edit 尺寸参数不显示:改用 dimension/dimensionWidth/dimensionHeight 替代 number/select - 修复 GPT-Image-2/GPT-Image-2 I2I quality 选择器不显示:通过 Select 组件承载 ui: 'select' - 修复 jimeng/GPT-Image-2 误显示 quantity:showQuantity 移除 fallback,仅匹配 ui: 'quantity' - 新增 docs/模型参数后端化方案.md:API 设计、数据库设计、前后端迁移步骤 - 更新 CLAUDE.md:补充新 UI 类型映射、dimension 模式说明、displayNameMap bug 标注 - 删除废弃文件 Vidu Q3-T2V.json、modelConfig 空目录
54 lines
3.2 KiB
TypeScript
54 lines
3.2 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// biome-ignore lint: disable
|
|
// oxlint-disable
|
|
// ------
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
2: typeof import('./src/components/virtual-scroller/VirtualScroller copy 2.vue')['default']
|
|
3: typeof import('./src/components/virtual-scroller/VirtualScroller copy 3.vue')['default']
|
|
Canvas: typeof import('./src/components/canvas/index.vue')['default']
|
|
copy: typeof import('./src/components/virtual-scroller/VirtualScroller copy.vue')['default']
|
|
DialogBox: typeof import('./src/components/dialogBox/index.vue')['default']
|
|
Dimension: typeof import('./src/components/dialogBox/dimension/index.vue')['default']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
IEpCalendar: typeof import('~icons/ep/calendar')['default']
|
|
IEpClose: typeof import('~icons/ep/close')['default']
|
|
IEpDocumentCopy: typeof import('~icons/ep/document-copy')['default']
|
|
IEpLoading: typeof import('~icons/ep/loading')['default']
|
|
IEpPlus: typeof import('~icons/ep/plus')['default']
|
|
IEpStar: typeof import('~icons/ep/star')['default']
|
|
ImageUploader: typeof import('./src/components/dialogBox/imageUploader/index.vue')['default']
|
|
Img: typeof import('./src/components/Img/index.vue')['default']
|
|
Painting: typeof import('./src/components/dialogBox/model/painting.vue')['default']
|
|
ParamControl: typeof import('./src/components/dialogBox/ParamControl.vue')['default']
|
|
Pattern: typeof import('./src/components/dialogBox/pattern/index.vue')['default']
|
|
Popover: typeof import('./src/components/Popover/index.vue')['default']
|
|
Quantity: typeof import('./src/components/dialogBox/quantity/index.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
Select: typeof import('./src/components/Select/index.vue')['default']
|
|
Time: typeof import('./src/components/dialogBox/Time/index.vue')['default']
|
|
Video: typeof import('./src/components/dialogBox/model/video.vue')['default']
|
|
VideoImageUploader: typeof import('./src/components/dialogBox/videoImageUploader/index.vue')['default']
|
|
VirtualScroller: typeof import('./src/components/virtual-scroller/VirtualScroller.vue')['default']
|
|
'VirtualScroller copy': typeof import('./src/components/virtual-scroller/VirtualScroller copy.vue')['default']
|
|
'VirtualScroller copy 2': typeof import('./src/components/virtual-scroller/VirtualScroller copy 2.vue')['default']
|
|
'VirtualScroller copy 3': typeof import('./src/components/virtual-scroller/VirtualScroller copy 3.vue')['default']
|
|
}
|
|
}
|