Fix 421 error (#543)

This commit is contained in:
Space Time 2024-12-04 15:14:35 +08:00 committed by Poker
parent 51755dcef8
commit 5e41798548
No known key found for this signature in database
GPG Key ID: C65A6AD457D5C8F8

View File

@ -194,31 +194,31 @@ public partial record AppSettings() : IWindowSettings
[SettingsEntry(Symbol.Box, nameof(PixivNameResolverHeaderText), nameof(PixivNameResolverDescriptionText))]
public string[] PixivAppApiNameResolver { get; set; } =
[
"210.140.131.199",
"210.140.131.219",
"210.140.131.223",
"210.140.131.226"
"210.140.139.155",
"210.140.139.156",
"210.140.139.157",
"210.140.139.158"
];
public string[] PixivWebApiNameResolver { get; set; } =
[
"210.140.131.219",
"210.140.131.223",
"210.140.131.226"
"210.140.139.155",
"210.140.139.156",
"210.140.139.157"
];
public string[] PixivAccountNameResolver { get; set; } =
[
"210.140.131.219",
"210.140.131.223",
"210.140.131.226"
"210.140.139.155",
"210.140.139.156",
"210.140.139.157"
];
public string[] PixivOAuthNameResolver { get; set; } =
[
"210.140.131.219",
"210.140.131.223",
"210.140.131.226"
"210.140.139.155",
"210.140.139.156",
"210.140.139.157"
];
public string[] PixivImageNameResolver { get; set; } =