mirror of
https://github.com/Pixeval/Pixeval.git
synced 2025-01-07 03:06:53 +08:00
Update pximg ip (#556)
This commit is contained in:
parent
5391b4ded4
commit
99349c482d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user