refactor: remove unused components and dependencies

Remove unused components and dependencies from the codebase to simplify the project structure and improve maintainability.
This commit is contained in:
hello8693 2024-08-22 20:31:00 +08:00
parent 1fe8a44e7d
commit d9c9ca360a

View File

@ -7,26 +7,9 @@ export {};
/* prettier-ignore */ /* prettier-ignore */
declare module 'vue' { declare module 'vue' {
export interface GlobalComponents { export interface GlobalComponents {
AppFooter: (typeof import('./components/AppFooter.vue'))['default']
AppTopBar: typeof import('./components/AppTopBar.vue')['default'] AppTopBar: typeof import('./components/AppTopBar.vue')['default']
Clock: typeof import('./components/Clock.vue')['default'] Clock: typeof import('./components/Clock.vue')['default']
DBtn: typeof import('vue-devui/btn/index.es.js')['Btn']
DButton: typeof import('vue-devui/button/index.es.js')['Button']
DCodeEditor: (typeof import('vue-devui/code-editor/index.es.js'))['CodeEditor']
DCol: typeof import('vue-devui/grid/index.es.js')['Col']
DRow: typeof import('vue-devui/grid/index.es.js')['Row']
DStatus: typeof import('vue-devui/status/index.es.js')['Status']
ElAlert: typeof import('element-plus/es')['ElAlert']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElCol: typeof import('element-plus/es')['ElCol']
ElRow: typeof import('element-plus/es')['ElRow']
ElTag: typeof import('element-plus/es')['ElTag']
ElText: typeof import('element-plus/es')['ElText']
ExamList: typeof import('./components/ExamList.vue')['default'] ExamList: typeof import('./components/ExamList.vue')['default']
ExamStatus: typeof import('./components/ExamStatus.vue')['default']
GgbPlayer: (typeof import('./components/GgbPlayer.vue'))['default']
ReadmeRender: (typeof import('./components/ReadmeRender.vue'))['default']
RouterLink: typeof import('vue-router')['RouterLink'] RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView'] RouterView: typeof import('vue-router')['RouterView']
SubjectInfo: typeof import('./components/SubjectInfo.vue')['default'] SubjectInfo: typeof import('./components/SubjectInfo.vue')['default']