feat:支持双开关切换
This commit is contained in:
@@ -34,6 +34,11 @@ public class CollectiblesService : ApplicationService
|
||||
{
|
||||
return LazyServiceProvider.LazyGetRequiredService<IConfiguration>().GetValue<bool>("IsEnableCollectibles");
|
||||
}
|
||||
|
||||
public bool GetEnable2()
|
||||
{
|
||||
return LazyServiceProvider.LazyGetRequiredService<IConfiguration>().GetValue<bool>("IsEnableCollectibles2");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取该用户的信息
|
||||
|
||||
Reference in New Issue
Block a user