feat:重构代码

This commit is contained in:
zyronon
2025-07-16 23:40:41 +08:00
parent d59bab48fc
commit 7bedaafcc0
24 changed files with 114 additions and 1092 deletions

View File

@@ -7,6 +7,7 @@ export const EventKey = {
changeDict: 'changeDict',
openStatModal: 'openStatModal',
openWordListModal: 'openWordListModal',
//todo feiqi
openDictModal: 'openDictModal',
openArticleListModal: 'openArticleListModal',
closeOther: 'closeOther',
@@ -39,4 +40,4 @@ export function useEvents(arrs: any[],) {
onUnmounted(() => {
arrs.map((arr) => emitter.off(arr[0], arr[1]))
})
}
}