字典:后台重载bug
This commit is contained in:
@@ -16,7 +16,8 @@ export interface DicQuestion {
|
||||
|
||||
export const dicQuestion = new Map<number, DicQuestion>();
|
||||
export function loadQuestion() {
|
||||
|
||||
dicQuestion.clear();
|
||||
|
||||
let arr = readFileAndParse(FILENAME.DIC_QUESTION);
|
||||
|
||||
arr.forEach(o => {
|
||||
|
||||
Reference in New Issue
Block a user