bump version

This commit is contained in:
HolographicHat
2025-04-13 03:14:07 +08:00
parent 980a47bf43
commit d08ac17d10
4 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ obj
.idea
.vs
publish
sync

View File

@@ -18,7 +18,7 @@
<value>全部成就</value>
</data>
<data name="ExportChoose" xml:space="preserve">
<value>导出至:</value>
<value>导出到哪里?(键盘上下键移动光标,键盘回车键选择)</value>
</data>
<data name="ExportToCocogoatSuccess" xml:space="preserve">
<value>在浏览器内进行下一步操作</value>
@@ -91,7 +91,7 @@
<value>YaeAchievement - 原神成就导出工具 ({0})</value>
</data>
<data name="UsePreviousData" xml:space="preserve">
<value>要使用上一次获取到的成就数据吗? </value>
<value>要使用上一次获取到的成就数据吗?(键盘上下键移动光标,键盘回车键选择)</value>
</data>
<data name="NetworkError" xml:space="preserve">
<value>网络错误: {0}</value>

View File

@@ -15,8 +15,8 @@ public static class GlobalVars {
public static readonly string CachePath = Path.Combine(DataPath, "cache");
public static readonly string LibFilePath = Path.Combine(DataPath, "YaeAchievement.dll");
public const uint AppVersionCode = 235;
public const string AppVersionName = "5.3";
public const uint AppVersionCode = 236;
public const string AppVersionName = "5.4";
public const string PipeName = "YaeAchievementPipe";

View File

@@ -8,6 +8,8 @@ using static YaeAchievement.Utils;
namespace YaeAchievement;
// TODO: WndHook
internal static class Program {
public static async Task Main(string[] args) {