feat(ops): 添加运维监控全屏模式

- 支持通过 URL 参数 ?fullscreen=1 进入全屏模式
- 全屏模式下隐藏非必要 UI 元素(选择器、按钮、提示等)
- 增大健康评分圆环和字体以提升可读性
- 支持 ESC 键退出全屏
- 添加全屏按钮的 i18n 翻译
This commit is contained in:
Edric Li
2026-01-12 22:10:04 +08:00
parent 3b71bc3df1
commit 0da515071b
5 changed files with 191 additions and 122 deletions

View File

@@ -1943,6 +1943,9 @@ export default {
'6h': 'Last 6 hours',
'24h': 'Last 24 hours'
},
fullscreen: {
enter: 'Enter Fullscreen'
},
diagnosis: {
title: 'Smart Diagnosis',
footer: 'Automated diagnostic suggestions based on current metrics',

View File

@@ -2088,6 +2088,9 @@ export default {
'6h': '近6小时',
'24h': '近24小时'
},
fullscreen: {
enter: '进入全屏'
},
diagnosis: {
title: '智能诊断',
footer: '基于当前指标的自动诊断建议',