AI_Painting_V2.0/components.d.ts
WangLeo 73f7bd888e chore: 删除旧架构代码(config/models、runninghub、dialogBox 旧组件)
- 删除 dialogBox 下 8 个子组件目录(model/proportion/dimension/quantity/pattern/Time/imageUploader/videoImageUploader)
- 删除 src/config/models/(模型配置已迁移至 src/platforms/painting/models/)
- 删除 src/config/runninghub/ 及 config/index.js(Video 不再使用旧适配器)
- 更新 Painting 平台的 getModelConfig 导入路径为 ./models/index.js
- 移除 modelSelector.vue 中未使用的 getModelConfig 导入
- 保留 src/utils/modelConfig.js(Video 描述符仍需要 fetchModelConfig 加载远程配置)
2026-06-09 12:42:57 +08:00

35 lines
1.6 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 {
Canvas: typeof import('./src/components/canvas/index.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']
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']
Img: typeof import('./src/components/Img/index.vue')['default']
Popover: typeof import('./src/components/Popover/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Select: typeof import('./src/components/Select/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']
}
}