mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-01 06:39:45 +08:00
🚸 改进不同类型活动卡片处理
This commit is contained in:
@@ -40,3 +40,17 @@ export function getGameServerDesc(server: TGApp.Game.Base.ServerTypeEnum): strin
|
||||
return "国际服-港澳台服";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @description 近期活动活动类型枚举
|
||||
* @since Beta v0.8.0
|
||||
* @enum ActCalendarTypeEnum
|
||||
*/
|
||||
export const ActCalendarTypeEnum: typeof TGApp.Game.ActCalendar.ActType = {
|
||||
HardChallenge: "ActTypeHardChallenge",
|
||||
RoleCombat: "ActTypeRoleCombat",
|
||||
Tower: "ActTypeTower",
|
||||
Double: "ActTypeDouble",
|
||||
Explore: "ActTypeExplore",
|
||||
Other: "ActTypeOther",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user