排行榜: 获取排行榜
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { dicHero } from "./dictionary/DicHero";
|
||||
import { dicHero, dicMyHeroes } from "./dictionary/DicHero";
|
||||
import { dicGoods, blueprt, dicJewel, figureCondition } from "./dictionary/DicGoods";
|
||||
import { dicBlueprtCompose } from "./dictionary/DicBlueprtCompose";
|
||||
import { dicBlueprtPossibility } from "./dictionary/DicBlueprtPossibility";
|
||||
@@ -166,7 +166,8 @@ export const gameData = {
|
||||
raceEventItems: decodeRaceEventItems(),
|
||||
shop: dicShop,
|
||||
shopItem: dicShopItem,
|
||||
shopList: dicShopList
|
||||
shopList: dicShopList,
|
||||
dicMyHeroes: dicMyHeroes
|
||||
};
|
||||
|
||||
// 在此提供一些原先在gamedata中提供的方法,以便更方便获取gameData数据
|
||||
|
||||
Reference in New Issue
Block a user