diff --git a/reading-platform-frontend/index.html b/reading-platform-frontend/index.html index 23e8c02..dcb49f5 100644 --- a/reading-platform-frontend/index.html +++ b/reading-platform-frontend/index.html @@ -9,6 +9,10 @@ 幼儿阅读教学服务平台 + + diff --git a/reading-platform-frontend/src/components.d.ts b/reading-platform-frontend/src/components.d.ts index 5eeb3a9..03a884c 100644 --- a/reading-platform-frontend/src/components.d.ts +++ b/reading-platform-frontend/src/components.d.ts @@ -26,6 +26,7 @@ declare module 'vue' { AForm: typeof import('ant-design-vue/es')['Form'] AFormItem: typeof import('ant-design-vue/es')['FormItem'] AImage: typeof import('ant-design-vue/es')['Image'] + AImagePreviewGroup: typeof import('ant-design-vue/es')['ImagePreviewGroup'] AInput: typeof import('ant-design-vue/es')['Input'] AInputNumber: typeof import('ant-design-vue/es')['InputNumber'] AInputPassword: typeof import('ant-design-vue/es')['InputPassword'] @@ -75,6 +76,7 @@ declare module 'vue' { LessonConfigPanel: typeof import('./components/course/LessonConfigPanel.vue')['default'] LessonStepsEditor: typeof import('./components/course/LessonStepsEditor.vue')['default'] NotificationBell: typeof import('./components/NotificationBell.vue')['default'] + PressDrag: typeof import('./components/PressDrag.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] Step1BasicInfo: typeof import('./components/course-edit/Step1BasicInfo.vue')['default'] diff --git a/reading-platform-frontend/src/components/FilePreviewModal.vue b/reading-platform-frontend/src/components/FilePreviewModal.vue index 0f2ab15..8544d1f 100644 --- a/reading-platform-frontend/src/components/FilePreviewModal.vue +++ b/reading-platform-frontend/src/components/FilePreviewModal.vue @@ -1,12 +1,16 @@