chore: upgrade check

This commit is contained in:
jialin
2024-10-18 19:35:47 +08:00
parent 2fea3a4b40
commit 386f2969eb
20 changed files with 172 additions and 47 deletions
+4 -1
View File
@@ -200,5 +200,8 @@ export default {
'common.button.addLabel': '添加标签',
'common.button.addSelector': '添加选择器',
'common.button.addParams': '添加参数',
'common.text.here': '这里'
'common.text.here': '这里',
'common.text.latest': '最新',
'common.text.new': '新',
'common.text.changelog': '更新日志'
};
+3 -1
View File
@@ -24,5 +24,7 @@ export default {
'users.password.confirm': '确认新密码',
'users.password.confirm.empty': '请确认新密码',
'users.password.confirm.error': '两次输入的密码不一致',
'users.login.title': '登录 {name}'
'users.login.title': '登录 {name}',
'users.version.islatest': '{version} 已是最新版本',
'users.version.update': '{version} 版本可供更新'
};