fix 多余的import

This commit is contained in:
luying
2020-12-26 17:37:04 +08:00
parent ffb12668f7
commit 3b6b8a7d01
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ export const COUNTER = {
export const DEFAULT_HEROES = [12, 14, 11, 9, 15];
export const FIX_SMS_CODE_TELS = ['18855953630', '13911134885', '15167549151', '15618654010', '15167549151', '18342915387'];
export const FIX_SMS_CODE_TELS = ['18855953630', '13911134885', '15167549151', '15618654010', '15167549151', '18342915387', '15000250967'];
export const REDIS_KEY = {
USER_INFO: "userInfo", // 玩家缓存信息

View File

@@ -1,5 +1,5 @@
// 百家学宫列表
import { readJsonFile, parseNumberList } from '../util'
import { readJsonFile } from '../util'
import { FILENAME } from '../../consts'
export interface DicSchoolRate {

View File

@@ -8,7 +8,7 @@ import { deepCopy, getAllAttrStage } from './util';
import { HeroModel, HeroType } from '../db/Hero';
import { RoleModel } from '../db/Role';
import { CeAttrData, CeAttr, CeAttrRole, CeAttrNumber, CeAttrDataRole } from '../db/generalField';
import { getAttrNameByJobStage, getAttrCeRatio, getAtrrNameById, ABI_TYPE_TO_STAGE, ABI_STAGE, SEID_TYPE} from '../consts';
import { getAttrNameByJobStage, getAttrCeRatio, getAtrrNameById, ABI_STAGE, SEID_TYPE} from '../consts';
import { gameData, getJobByGradeAndClass, getHeroWakeByQuality, getHeroStarByQuality, getFriendShipById, getSchoolRateByStar, getScollByStar, getFieldByStage } from './data';
import { Attributes } from './interface';
import { DicSe } from './dictionary/DicSe';