mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-06 06:32:52 +08:00
bump version
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ obj
|
||||
.idea
|
||||
.vs
|
||||
publish
|
||||
sync
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@ using static YaeAchievement.Utils;
|
||||
|
||||
namespace YaeAchievement;
|
||||
|
||||
// TODO: WndHook
|
||||
|
||||
internal static class Program {
|
||||
|
||||
public static async Task Main(string[] args) {
|
||||
|
||||
Reference in New Issue
Block a user