Chapters of toolbar are switchable

This commit is contained in:
zyronon
2023-11-12 23:59:05 +08:00
parent 60e3975b3e
commit 4bf40d7780
13 changed files with 217 additions and 127 deletions

1
components.d.ts vendored
View File

@@ -16,6 +16,7 @@ declare module 'vue' {
BaseIcon: typeof import('./src/components/BaseIcon.vue')['default']
ChapterDetail: typeof import('./src/components/ChapterDetail.vue')['default']
ChapterList: typeof import('./src/components/list/ChapterList.vue')['default']
ChapterName: typeof import('./src/components/Toolbar/ChapterName.vue')['default']
Close: typeof import('./src/components/icon/Close.vue')['default']
CommonWordList: typeof import('./src/components/list/CommonWordList.vue')['default']
DictGroup: typeof import('./src/components/Toolbar/DictGroup.vue')['default']