Skip to content

Commit 8c29fd6

Browse files
committed
更新依赖
1 parent 1e9c7f3 commit 8c29fd6

14 files changed

+662
-2718
lines changed

WangPluginPkm/GUI/BattleKingUI.Designer.cs

+19-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WangPluginPkm/GUI/BattleKingUI.cs

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ private void LoadTeamFromPSCode_BTN_Click(object sender, EventArgs e)
7474
var text = GetTextShowdownData(PSBox.Text.TrimEnd());
7575
if (string.IsNullOrWhiteSpace(text))
7676
return;
77+
if(ChineseCheckBox.Checked)
78+
{
79+
text= PSTranslator<PK9>.Chinese2Showdown(text);
80+
}
7781
Import(text!);
7882
}
7983
private void ClearAllBox_BTN_Click(object sender, EventArgs e)

0 commit comments

Comments
 (0)