This commit is contained in:
zyronon
2023-08-05 01:20:07 +08:00
parent bc5fcdcd19
commit a056b1d290
3 changed files with 50 additions and 50 deletions

View File

@@ -6,4 +6,6 @@ export type Config = {
chapterIndex: number,
wordIndex: number,
}
export type Word = {"name": string, "usphone": string, "ukphone": string, "trans": string[]}
export type Word = { "name": string, "usphone": string, "ukphone": string, "trans": string[] }
export const SaveKey = 'bb-word-config'