优化组件类型声明,添加页面描述元信息,更新依赖项,添加新图片,重构多个组件,改进画廊功能

This commit is contained in:
2025-12-18 16:00:15 +08:00
parent 1034786c40
commit 7b313a2264
12 changed files with 201 additions and 301 deletions

2
components.d.ts vendored
View File

@ -29,9 +29,7 @@ declare module 'vue' {
DSelect: typeof import('vue-devui/select/index.es.js')['Select']
DTab: typeof import('vue-devui/tabs/index.es.js')['Tab']
DTabs: typeof import('vue-devui/tabs/index.es.js')['Tabs']
DUpload: typeof import('vue-devui/upload/index.es.js')['Upload']
HomeSide: typeof import('./src/components/homeSide.vue')['default']
Menu: typeof import('./src/components/menuH.vue')['default']
MenuH: typeof import('./src/components/menuH.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']