Update page navigation

Add Achievement page
This commit is contained in:
2023-05-07 14:55:50 +08:00
parent c7d3e5021c
commit b8cfaf308d
22 changed files with 2599 additions and 2145 deletions

View File

@@ -37,8 +37,12 @@ namespace GrasscutterTools.Game.Gacha
public string Comment { get; set; }
/// <summary>
/// 添加卡池请从400开始增加id数值进行添加这个id需要每个池子不一样
/// 如果你想添加大量卡池请按照每次增加固定数值的id进行添加比如411412413....
/// 卡池类型
/// 100 初行祈愿
/// 200 常驻祈愿
/// 301 角色活动祈愿1
/// 302 武器活动祈愿
/// 400 角色活动祈愿2
/// </summary>
[JsonProperty("gachaType")]
public int GachaType { get; set; } = 400;