- 新增 src/config/models/ 每模型独立参数 schema(8 个模型) - 新增 src/components/dialogBox/params/ 动态参数控件 - 模型选择器改为从 API 获取并按 tag 分组 - dialogBox 参数区改为根据模型 config 动态渲染控件 - createTask.js Painting 直接返回扁平 modelParams,Video 保留旧 workflow - 删除旧的 proportion/painting.vue 和 quantity 组件 - 更新 CLAUDE.md 架构文档
56 lines
3.4 KiB
TypeScript
56 lines
3.4 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']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
|
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']
|
|
NumberInput: typeof import('./src/components/dialogBox/params/NumberInput.vue')['default']
|
|
Painting: typeof import('./src/components/dialogBox/model/painting.vue')['default']
|
|
Pattern: typeof import('./src/components/dialogBox/pattern/index.vue')['default']
|
|
Popover: typeof import('./src/components/Popover/index.vue')['default']
|
|
ProportionSelect: typeof import('./src/components/dialogBox/params/ProportionSelect.vue')['default']
|
|
Quantity: typeof import('./src/components/dialogBox/quantity/index.vue')['default']
|
|
ResolutionSelect: typeof import('./src/components/dialogBox/params/ResolutionSelect.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
Select: typeof import('./src/components/Select/index.vue')['default']
|
|
SelectInput: typeof import('./src/components/dialogBox/params/SelectInput.vue')['default']
|
|
SwitchInput: typeof import('./src/components/dialogBox/params/SwitchInput.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']
|
|
}
|
|
}
|