diff --git a/components/ts_webui/web/index.html b/components/ts_webui/web/index.html index 9b85a1d..21e5ee1 100644 --- a/components/ts_webui/web/index.html +++ b/components/ts_webui/web/index.html @@ -71,7 +71,7 @@ 系统 网络 文件 - 日志 + 终端 自动化 指令 安全 diff --git a/components/ts_webui/web/js/app.js b/components/ts_webui/web/js/app.js index 5b9b1ed..9aa13ce 100644 --- a/components/ts_webui/web/js/app.js +++ b/components/ts_webui/web/js/app.js @@ -13989,9 +13989,9 @@ async function loadTerminalPage() {
- - - + + +
diff --git a/components/ts_webui/web/js/lang/en-US.js b/components/ts_webui/web/js/lang/en-US.js index 5caf125..5dc8c78 100644 --- a/components/ts_webui/web/js/lang/en-US.js +++ b/components/ts_webui/web/js/lang/en-US.js @@ -180,6 +180,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('en-US', { led: 'LED Control', network: 'Network', files: 'Files', + terminal: 'Terminal', ssh: 'SSH Commands', security: 'Security', ota: 'OTA Update', @@ -3327,6 +3328,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('en-US', { sessionRestored: 'Session restored, please retry', terminalHint: 'Tip: Type help for commands | Ctrl+C interrupt | Ctrl+L clear | ↑↓ history', systemLogTitle: 'System Logs', + systemLogsButton: 'System Logs', levelLabel: 'Level', levelAll: 'All', clearScreen: 'Clear', diff --git a/components/ts_webui/web/js/lang/zh-CN.js b/components/ts_webui/web/js/lang/zh-CN.js index 353ed10..83f68e2 100644 --- a/components/ts_webui/web/js/lang/zh-CN.js +++ b/components/ts_webui/web/js/lang/zh-CN.js @@ -180,6 +180,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('zh-CN', { led: 'LED 控制', network: '网络', files: '文件', + terminal: '终端', ssh: 'SSH 命令', security: '安全', ota: 'OTA 升级', @@ -3317,6 +3318,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('zh-CN', { sessionRestored: '会话已恢复,请重试', terminalHint: '提示: 输入 help 查看命令 | Ctrl+C 中断 | Ctrl+L 清屏 | ↑↓ 历史', systemLogTitle: '系统日志', + systemLogsButton: '系统日志', levelLabel: '级别', levelAll: '全部', clearScreen: '清屏',