Skip to content

Commit 313c2a9

Browse files
committed
fix: 文本修改
1 parent d7bdfbe commit 313c2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GeniusInvokationAutoToy/FormMain.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private void FormMain_Load(object sender, EventArgs e)
5353
}
5454

5555
this.Text += currentVersion;
56-
GAHelper.Instance.RequestPageView($"七圣召唤自动打牌_{thisVersion}_主界面", $"进入七圣召唤自动打牌{thisVersion}版本主界面");
56+
GAHelper.Instance.RequestPageView($"七圣召唤自动打牌_{thisVersion}", $"进入七圣召唤自动打牌{thisVersion}版本主界面");
5757

5858

5959
cboStrategy.SelectedIndex = Properties.Settings.Default.CboStrategySelectIndex;

0 commit comments

Comments
 (0)