global配置更新
parent
e6694358db
commit
2244e0ff31
File diff suppressed because one or more lines are too long
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -450,6 +450,9 @@
|
|||
600,
|
||||
601,
|
||||
2000
|
||||
]
|
||||
],
|
||||
"CBTRebateDays": 45,
|
||||
"CBTRebateLevel": 6,
|
||||
"CBTRebateParticipateGift": 40010
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue