抽卡:获取抽卡列表
This commit is contained in:
@@ -76,6 +76,8 @@ import { dicRankReward } from "./dictionary/DicRankReward";
|
||||
import { dicTaskType, taskMap, dicMainTask, dicDailyTask, dicAchievement } from "./dictionary/DicTask";
|
||||
import { dicMainTaskStage } from "./dictionary/DicMainTaskStage";
|
||||
import { dicTaskBox } from './dictionary/DicTaskBox';
|
||||
import { dicGacha } from "./dictionary/DicGacha";
|
||||
import { dicGachaContent } from "./dictionary/DicGachaContent";
|
||||
|
||||
export const gameData = {
|
||||
blurprtCompose: dicBlueprtCompose,
|
||||
@@ -181,7 +183,9 @@ export const gameData = {
|
||||
dailyTask: dicDailyTask,
|
||||
achievement: dicAchievement,
|
||||
mainTaskStage: dicMainTaskStage,
|
||||
taskBox: dicTaskBox
|
||||
taskBox: dicTaskBox,
|
||||
gacha: dicGacha,
|
||||
gachaContent: dicGachaContent,
|
||||
};
|
||||
|
||||
// 在此提供一些原先在gamedata中提供的方法,以便更方便获取gameData数据
|
||||
|
||||
Reference in New Issue
Block a user