任务:今日挑战区分累积型和去做型
This commit is contained in:
@@ -82,7 +82,7 @@ import { dicGiftPackage, loadGiftPackage } from "./dictionary/DicGiftPackage";
|
||||
import { dicRecruit, loadRecruit } from './dictionary/DicRecruit';
|
||||
import { loadRMB, dicRMB } from './dictionary/DicRMB';
|
||||
import { dicActivityType, loadActivityType } from './dictionary/DicActivityType';
|
||||
import { DicTaskType, dicTaskTypeDesc, loadTaskType } from './dictionary/DicTaskType';
|
||||
import { DicTaskType, dicTaskTypeDesc, loadTaskType, taskDescByType } from './dictionary/DicTaskType';
|
||||
import { dicServerName, loadServerName } from "./dictionary/DicServerName";
|
||||
import { dicAp, loadAp, dicApMaxLevel } from './dictionary/DicAp';
|
||||
import { dicApBuy, dicApMaxBuyTimes, loadApBuy } from "./dictionary/DicApBuy";
|
||||
@@ -227,6 +227,7 @@ export const gameData = {
|
||||
rmb: dicRMB,
|
||||
activityType: dicActivityType,
|
||||
taskTypeDesc: dicTaskTypeDesc,
|
||||
taskDescByType: taskDescByType,
|
||||
serverNames: dicServerName,
|
||||
ap: dicAp,
|
||||
apMaxLevel: dicApMaxLevel,
|
||||
|
||||
Reference in New Issue
Block a user