feat(ui): support show update button

This commit is contained in:
ReaJason
2025-03-01 23:11:41 +08:00
parent de2864b892
commit 9073a97eec
6 changed files with 176 additions and 12 deletions
+4
View File
@@ -129,5 +129,9 @@
"targetServerRequest": "Request",
"try-to-use-shell": "Try to use the memory shell",
"waitingForGeneration": "// Waiting for generation..."
},
"version": {
"updateAvailable": "Update Available",
"updateAvailableTooltip": "Click to Open Github Release Page ( v{{currentVersion}} -> v{{latestVersion}})"
}
}
+4
View File
@@ -129,5 +129,9 @@
"targetServerRequest": "请求适配",
"try-to-use-shell": "尝试利用内存马",
"waitingForGeneration": "// 等待填写参数生成中..."
},
"version": {
"updateAvailable": "有可用升级",
"updateAvailableTooltip": "点击前往 GitHub Release ( v{{currentVersion}} -> v{{latestVersion}})"
}
}