后台:邮件设置修复

This commit is contained in:
luying
2021-12-09 11:25:26 +08:00
parent 24a9295ff3
commit 3db2735d6e
4 changed files with 93 additions and 14 deletions

View File

@@ -1,7 +1,6 @@
import { GM_MAIL_TYPE, MAIL_TIME_TYPE, SERVER_TIMER } from "../../consts";
import { isArray } from 'underscore';
import GMMail from "../../db/GMMail";
import ServerStategy from "../../db/ServerStategy";
import ServerStategy, { GMMail } from "../../db/ServerStategy";
import { RegionType } from "../../db/Region";
export class UpdateMailParams {