✏️ Typo uigf to uiaf

This commit is contained in:
目棃
2025-04-01 15:21:04 +08:00
parent acd2ccd803
commit 08dd6eca76

View File

@@ -95,7 +95,7 @@ public static class Export {
private static void ToTeyvatGuide(AchievementAllDataNotify data) {
if (Process.GetProcessesByName("TeyvatGuide").Length != 0) {
Utils.CopyToClipboard(UIAFSerializer.Serialize(data));
Utils.ShellOpen("teyvatguide://import_uigf?app=YaeAchievement");
Utils.ShellOpen("teyvatguide://import_uiaf?app=Yae");
Console.WriteLine(App.ExportToTauriSuccess);
} else {
Console.WriteLine(App.ExportToTauriFail);