Update pximg ip (#556)

This commit is contained in:
Space Time 2024-12-22 19:42:54 +08:00 committed by Poker
parent 5391b4ded4
commit 99349c482d
No known key found for this signature in database
GPG Key ID: C65A6AD457D5C8F8

View File

@ -223,17 +223,17 @@ public partial record AppSettings() : IWindowSettings
public string[] PixivImageNameResolver { get; set; } =
[
"210.140.92.144",
"210.140.92.141",
"210.140.92.142",
"210.140.92.143"
"210.140.139.134",
"210.140.139.135",
"210.140.139.136",
"210.140.139.137"
];
public string[] PixivImageNameResolver2 { get; set; } =
[
"210.140.92.143",
"210.140.92.141",
"210.140.92.142"
"210.140.139.135",
"210.140.139.136",
"210.140.139.137"
];
public string TagsManagerWorkingPath { get; set; } = Environment.GetFolderPath(Environment.SpecialFolder.MyPictures, Environment.SpecialFolderOption.Create);