字典:后台重载bug
This commit is contained in:
@@ -12,7 +12,8 @@ export interface DicMail {
|
||||
|
||||
export const dicMail = new Map<number, DicMail>();
|
||||
export function loadMail() {
|
||||
|
||||
dicMail.clear();
|
||||
|
||||
let arr = readFileAndParse(FILENAME.DIC_MAIL);
|
||||
arr.forEach(o => {
|
||||
o.time = o.time * 60 * 60;
|
||||
|
||||
Reference in New Issue
Block a user