新增夺宝精灵

This commit is contained in:
liyuhua
2023-08-10 10:12:19 +08:00
parent 00e4fd98bd
commit 8bda1a7f8a
482 changed files with 16034 additions and 440 deletions

View File

@@ -91,7 +91,15 @@ typedef NS_ENUM(NSUInteger, URLType) {
///收益记录
kMineEarningsRecord,
///金币收益记录
kGoldEarningsRecord
kGoldEarningsRecord,
///夺宝券购买
kTreasureTicketBuyURL,
///夺宝榜单达人
kTreasureRankListURL,
///夺宝券规则说明
kTreasureRuleURL,
///夺宝记录
kTreasureRecordURL,
};
NSString * const URLWithType(URLType type);