字典:后台重载bug
This commit is contained in:
@@ -27,7 +27,8 @@ export interface DicTeraph {
|
||||
}
|
||||
export const dicTeraph = new Map<string, DicTeraph>();
|
||||
export function loadTeraph() {
|
||||
|
||||
dicTeraph.clear();
|
||||
|
||||
let arr = readFileAndParse(FILENAME.DIC_TERAPH);
|
||||
|
||||
type KeysEnum<T> = { [P in keyof Required<T>]: true };
|
||||
|
||||
Reference in New Issue
Block a user