Skip to content

Commit

Permalink
fix: 文本修改
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyadanli committed Jul 22, 2023
1 parent d7bdfbe commit 313c2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeniusInvokationAutoToy/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 313c2a9

Please sign in to comment.