mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: 修改文档后maa本体中的链接错误
This commit is contained in:
@@ -65,24 +65,24 @@ namespace MaaWpfGui.Constants
|
||||
|
||||
private static readonly Dictionary<string, string> _overseasAdaptation = new Dictionary<string, string>
|
||||
{
|
||||
{ "zh-cn", "2.5-外服适配教程.html" },
|
||||
{ "en-us", "en-us/2.5-OVERSEAS_CLIENTS_ADAPTATION.html" },
|
||||
{ "ja-jp", "ja-jp/2.5-OVERSEAS_CLIENTS_ADAPTATION.html" },
|
||||
{ "ko-kr", "ko-kr/2.5-OVERSEAS_CLIENTS_ADAPTATION.html" },
|
||||
{ "zh-tw", "zh-tw/2.5-外服適配教程.html" },
|
||||
{ "zh-cn", "外服适配教程.html" },
|
||||
{ "en-us", "en-us/OVERSEAS_CLIENTS_ADAPTATION.html" },
|
||||
{ "ja-jp", "ja-jp/OVERSEAS_CLIENTS_ADAPTATION.html" },
|
||||
{ "ko-kr", "ko-kr/OVERSEAS_CLIENTS_ADAPTATION.html" },
|
||||
{ "zh-tw", "zh-tw/外服適配教程.html" },
|
||||
{ "pallas", "KeepDrinking" },
|
||||
};
|
||||
|
||||
private static readonly Dictionary<string, string> _helpUrl = new Dictionary<string, string>
|
||||
{
|
||||
{ "zh-cn", "1.2-常见问题.html" },
|
||||
{ "en-us", "en-us/1.2-FAQ.html" },
|
||||
{ "ja-jp", "ja-jp/1.2-よくある質問.html" },
|
||||
{ "ko-kr", "ko-kr/1.2-FAQ.html" },
|
||||
{ "zh-tw", "zh-tw/1.2-常見問題.html" },
|
||||
{ "zh-cn", "常见问题.html" },
|
||||
{ "en-us", "en-us/FAQ.html" },
|
||||
{ "ja-jp", "ja-jp/よくある質問.html" },
|
||||
{ "ko-kr", "ko-kr/FAQ.html" },
|
||||
{ "zh-tw", "zh-tw/常見問題.html" },
|
||||
{ "pallas", "KeepDrinking" },
|
||||
};
|
||||
|
||||
public const string RemoteControlDocument = "https://maa.plus/docs/3.8-%E8%BF%9C%E7%A8%8B%E6%8E%A7%E5%88%B6%E5%8D%8F%E8%AE%AE.html";
|
||||
public const string RemoteControlDocument = "https://maa.plus/docs/协议文档/远程控制协议.html";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user