好友:玩家武将详细信息

This commit is contained in:
luying
2021-02-04 13:57:58 +08:00
parent 50a472d8a5
commit aaeaf87324
21 changed files with 411 additions and 303 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import { ItemModel } from '@db/Item';
import { gameData, getHeroExpByLv } from '@pubUtils/data';
import { calPlayerCeAndSave, calculateTopFive, calEquipSeids } from '@pubUtils/playerCe';
import { SchoolModel } from '@db/School';
import { CeAttrNumber } from '@db/generalField';
import { CeAttrNumber } from '@domain/roleField/attribute';
import { smsModel } from '@db/Sms';
import { isString } from 'underscore';
import { FriendShipModel } from '@db/FriendShip';
+1
View File
@@ -24,6 +24,7 @@
"importHelpers": true,
"baseUrl": ".",
"paths": {
"@domain/*": ["app/domain/*"],
"@db/*": ["app/db/*"],
"@consts": ["app/consts"],
"@pubUtils/*": ["app/pubUtils/*"]