* #71
This commit is contained in:
HolographicHat
2023-09-28 18:48:00 +08:00
parent 78bda3f49c
commit f41fe6fb12
7 changed files with 18 additions and 18 deletions

View File

@@ -116,7 +116,7 @@
<value>网络错误,请检查网络后重试 ({0}: {1})</value>
</data>
<data name="GenshinHashError" xml:space="preserve">
<value>请将原神更新至最新版本后重试</value>
<value>当前适配版本不匹配,请更新原神至最新版本后重试或等待工具更新。</value>
</data>
<data name="NoWritePermission" xml:space="preserve">
<value>无法写入文件,请更换软件所在目录后重试</value>

View File

@@ -9,13 +9,13 @@ message Achievement {
FINISHED = 2;
REWARD_TAKEN = 3;
}
uint32 timestamp = 15;
uint32 timestamp = 3;
uint32 current = 14;
uint32 total = 4;
uint32 id = 5;
Status status = 10;
uint32 total = 8;
uint32 id = 1;
Status status = 13;
}
message AchievementAllDataNotify {
repeated Achievement list = 9;
repeated Achievement list = 2;
}