feat: automatically check version updates

This commit is contained in:
AnotiaWang
2025-02-15 11:05:31 +08:00
parent 0288396b71
commit 66bfffd25e
7 changed files with 91 additions and 1 deletions

View File

@ -85,5 +85,10 @@
},
"error": {
"requestBlockedByCORS": "The current API provider may not allow cross-origin requests. Please try a different service provider or contact the provider for support."
},
"autoUpdate": {
"newVersionTitle": "New version available: {0}",
"newVersionDescription": "Please refresh the page to get the latest version.",
"refresh": "Refresh"
}
}