fix:修复文章界面toolbar有问题

This commit is contained in:
zyronon
2025-08-11 01:33:16 +08:00
parent 72cec19810
commit 38b59fb1a5
13 changed files with 462 additions and 627 deletions

View File

@@ -17,7 +17,6 @@ export const EventKey = {
write: 'write',
editDict: 'editDict',
openMyDictDialog: 'openMyDictDialog',
jumpSpecifiedChapter: 'jumpSpecifiedChapter',
}
export function useEvent(key: string, func: any) {