字典:后台重载bug
This commit is contained in:
@@ -22,6 +22,8 @@ export interface DicSe {
|
||||
|
||||
export const dicSe = new Map<number, DicSe>();
|
||||
export function loadSe() {
|
||||
dicSe.clear();
|
||||
|
||||
let arr = readFileAndParse(FILENAME.DIC_SE);
|
||||
|
||||
arr.forEach(o => {
|
||||
|
||||
Reference in New Issue
Block a user