From 313c2a9fa56fe835248b861b8a36865c8417d1ef Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Sat, 22 Jul 2023 18:24:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GeniusInvokationAutoToy/FormMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeniusInvokationAutoToy/FormMain.cs b/GeniusInvokationAutoToy/FormMain.cs index 361c4a8..da3f272 100644 --- a/GeniusInvokationAutoToy/FormMain.cs +++ b/GeniusInvokationAutoToy/FormMain.cs @@ -53,7 +53,7 @@ private void FormMain_Load(object sender, EventArgs e) } this.Text += currentVersion; - GAHelper.Instance.RequestPageView($"七圣召唤自动打牌_{thisVersion}_主界面", $"进入七圣召唤自动打牌{thisVersion}版本主界面"); + GAHelper.Instance.RequestPageView($"七圣召唤自动打牌_{thisVersion}", $"进入七圣召唤自动打牌{thisVersion}版本主界面"); cboStrategy.SelectedIndex = Properties.Settings.Default.CboStrategySelectIndex;