Modify the word list component

This commit is contained in:
zyronon
2023-11-12 15:04:56 +08:00
parent 5d802d4faf
commit 60e3975b3e
13 changed files with 363 additions and 190 deletions

View File

@@ -13,4 +13,6 @@ export const EventKey = {
repeat: 'repeat',
next: 'next',
write: 'write',
editDict: 'editDict',
openMyDictDialog: 'openMyDictDialog',
}