增加版本更新功能

This commit is contained in:
miguannan
2026-05-06 17:38:51 +08:00
parent 1aa2356340
commit 1f6e83f56c
9 changed files with 116 additions and 7 deletions

View File

@@ -115,6 +115,22 @@ export default {
'disk': '磁盘使用率',
'cpu_monitoring': 'CPU使用率监控',
'memory_monitoring': '内存使用率监控'
},
'version': {
'title': '系统版本更新',
'versionNo': '版本号',
'releaseTime': '发布时间',
'content': '更新内容',
'confirm': '我知道了',
'releaseTitle': '发布版本通知',
'noticeTitle': '通知标题',
'release': '发布',
'currentInfo': '当前版本信息',
'switch': '通知开关',
'pollInterval': '轮询间隔',
'enabled': '已启用',
'disabled': '已禁用',
'seconds': '秒'
}
}
}