Add Proxy page

This commit is contained in:
2023-10-08 00:01:20 +08:00
parent 2c2f05c5b2
commit 2a51fcb47d
18 changed files with 579 additions and 126 deletions

View File

@@ -1194,6 +1194,15 @@ namespace GrasscutterTools.Properties {
return ResourceManager.GetString("PageOpenCommandTitle", resourceCulture);
}
}
/// <summary>
/// 查找类似 代理 的本地化字符串。
/// </summary>
internal static string PageProxyTitle {
get {
return ResourceManager.GetString("PageProxyTitle", resourceCulture);
}
}
/// <summary>
/// 查找类似 任务 的本地化字符串。
@@ -1588,6 +1597,15 @@ namespace GrasscutterTools.Properties {
get {
return ResourceManager.GetString("TokenRestoredFromCache", resourceCulture);
}
}
/// <summary>
/// 查找类似 必须先信任根证书才能继续! 的本地化字符串。
/// </summary>
internal static string TrustedBeforeContinuing {
get {
return ResourceManager.GetString("TrustedBeforeContinuing", resourceCulture);
}
}
/// <summary>