global配置更新

main
zhengziyue 2026-04-08 13:09:23 +08:00
parent e6694358db
commit 2244e0ff31
3 changed files with 38 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1028,6 +1028,18 @@ public partial class GlobalConfig
/// PVP排名界面分页排名区间
/// </summary>
public System.Collections.Generic.List<int> PVPRankRanges => _data.PVPRankRanges;
/// <summary>
/// CBT45天内返利
/// </summary>
public int CBTRebateDays => _data.CBTRebateDays;
/// <summary>
/// CBT返利等级
/// </summary>
public int CBTRebateLevel => _data.CBTRebateLevel;
/// <summary>
/// CBT参与礼包ID
/// </summary>
public int CBTRebateParticipateGift => _data.CBTRebateParticipateGift;
public void ResolveRef(Tables tables)
{

View File

@ -450,6 +450,9 @@
600,
601,
2000
]
],
"CBTRebateDays": 45,
"CBTRebateLevel": 6,
"CBTRebateParticipateGift": 40010
}
]