refactor: 使用 vue-office 重构文件预览(移除KKFileView)

移除 KKFileView
使用 vue-office 重构文件预览
移除依赖  editor,md-editor-v3,editor-for-vue
This commit is contained in:
KAI
2024-10-14 06:51:52 +00:00
committed by Charles7c
parent 2e15cf2d48
commit 51aceac988
13 changed files with 298 additions and 992 deletions

View File

@@ -12,6 +12,7 @@ declare module 'vue' {
CronModel: typeof import('./../components/GenCron/CronModel/index.vue')['default']
DateRangePicker: typeof import('./../components/DateRangePicker/index.vue')['default']
DayForm: typeof import('./../components/GenCron/CronForm/component/day-form.vue')['default']
FilePreview: typeof import('./../components/FilePreview/index.vue')['default']
GiCellAvatar: typeof import('./../components/GiCell/GiCellAvatar.vue')['default']
GiCellGender: typeof import('./../components/GiCell/GiCellGender.vue')['default']
GiCellStatus: typeof import('./../components/GiCell/GiCellStatus.vue')['default']