重构数据结构

This commit is contained in:
zyronon
2023-09-06 01:50:01 +08:00
parent 1e7482db9c
commit 4310cbe95a
7 changed files with 209 additions and 23 deletions

View File

@@ -155,6 +155,7 @@ export interface State {
repeatNumber: number,
statistics: Statistics
},
simpleWords: string[],
sideIsOpen: boolean,
isDictation: boolean,
theme: string,