fix: 修复界面上自动战斗平台链接显示错误

This commit is contained in:
MistEO
2022-09-04 17:04:00 +08:00
parent e48caa998d
commit 4e7046c829

View File

@@ -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))
{