feat(update): re-implement auto update

This commit is contained in:
earthjasonlin committed 2024-07-21 19:45:51 +08:00
1 parent bebb14b63d
commit 8b725053ce
10 files changed
+379 -1

No files matched your search

+1
View File
@@ -87,6 +87,7 @@
"log.proxy.hint": "Using proxy mode [${ip}:${port}] to get URL,please reopen warp history inside the game client.",
"log.url.notFound2": "Unable to find URL, please make sure you already opened warp history inside the game client",
"log.url.incorrect": "Unable to get URL parameters",
"log.autoUpdate.success": "Auto update successful,please restart the program",
"excel.header.time": "time",
"excel.header.name": "name",
"excel.header.type": "type",
+1
View File
@@ -86,6 +86,7 @@
"log.proxy.hint": "正在使用代理模式[${ip}:${port}]获取URL,请重新打开游戏抽卡记录。",
"log.url.notFound2": "未找到URL,请确认是否已打开游戏抽卡记录",
"log.url.incorrect": "获取URL参数失败",
"log.autoUpdate.success": "自动更新已完成,重启工具后生效",
"excel.header.time": "时间",
"excel.header.name": "名称",
"excel.header.type": "类别",