Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ban #122

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SysBot.Pokemon/SV/BotRotatingRaid/RotatingRaidSettingsSV.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class RotatingRaidSettingsSV : IBotStateSettings, ICountSettings
public string BanListURL { get; set; } = "";

[Category(FeatureToggle), Description("将URL转换成宝可梦自动化的太晶联网禁用列表json格式(或符合所需结构的格式)。")]
public string GlobalBanListURL { get; set; } = "https://nas.mulaosi.cn:2333/root/banlist/-/raw/main/banlist.json";
public string GlobalBanListURL { get; set; } = "https://nas.mulaosi.cn:2096/root/banlist/-/raw/main/banlist.json";

[Category(Hosting), Description("在更新黑名单之前的搜查次数。如果想禁用全局黑名单,请将其设置为-1")]
public int RaidsBetweenUpdate { get; set; } = 3;
Expand Down Expand Up @@ -166,4 +166,4 @@ public class CategoryConverter<T> : TypeConverter
public override bool CanConvertTo(ITypeDescriptorContext? context, Type? destinationType) => destinationType != typeof(string) && base.CanConvertTo(context, destinationType);
}
}
}
}