feat: automatically check version updates
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
@ -85,5 +85,10 @@
|
||||
},
|
||||
"error": {
|
||||
"requestBlockedByCORS": "当前 API 服务可能不允许接口跨域,请换一个服务试试,或者向服务方反馈。"
|
||||
},
|
||||
"autoUpdate": {
|
||||
"newVersionTitle": "发现新版本:{0}",
|
||||
"newVersionDescription": "请刷新页面以获取最新版本。",
|
||||
"refresh": "刷新"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user