Perfect the pop-up box of the selected dictionary

This commit is contained in:
zyronon
2023-09-29 15:16:32 +08:00
parent 24eced7ed7
commit af6b41d682
13 changed files with 869 additions and 657 deletions

1
components.d.ts vendored
View File

@@ -17,6 +17,7 @@ declare module 'vue' {
ChapterDetail: typeof import('./src/components/ChapterDetail.vue')['default']
ChapterList: typeof import('./src/components/ChapterList.vue')['default']
Close: typeof import('./src/components/Close.vue')['default']
DictGroup: typeof import('./src/components/Toolbar/DictGroup.vue')['default']
DictList: typeof import('./src/components/DictList.vue')['default']
DictModal: typeof import('./src/components/Toolbar/DictModal.vue')['default']
EditAbleText: typeof import('./src/components/EditAbleText.vue')['default']