mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
fix: 修复界面上自动战斗平台链接显示错误
This commit is contained in:
@@ -258,7 +258,7 @@ namespace MeoAsstGui
|
||||
|
||||
AddLog(details, details_color);
|
||||
{
|
||||
Url = string.Empty;
|
||||
Url = CopilotUiUrl;
|
||||
var linkParser = new Regex(@"(BV.*?).{10}", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||
foreach (Match match in linkParser.Matches(details))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user