From 5884902090f04944263330d73e3a8d4828ab9b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Fri, 20 Mar 2026 01:42:07 +0800 Subject: [PATCH] Add files via upload --- web/static/i18n/en-US.json | 1 + web/static/i18n/zh-CN.json | 1 + web/templates/index.html | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/web/static/i18n/en-US.json b/web/static/i18n/en-US.json index 62e49769..fd50f7fa 100644 --- a/web/static/i18n/en-US.json +++ b/web/static/i18n/en-US.json @@ -24,6 +24,7 @@ "header": { "title": "CyberStrikeAI", "apiDocs": "API Docs", + "github": "GitHub", "logout": "Sign out", "language": "Interface language", "backToDashboard": "Back to dashboard", diff --git a/web/static/i18n/zh-CN.json b/web/static/i18n/zh-CN.json index fc231315..88627ac6 100644 --- a/web/static/i18n/zh-CN.json +++ b/web/static/i18n/zh-CN.json @@ -24,6 +24,7 @@ "header": { "title": "CyberStrikeAI", "apiDocs": "API 文档", + "github": "GitHub", "logout": "退出登录", "language": "界面语言", "backToDashboard": "返回仪表盘", diff --git a/web/templates/index.html b/web/templates/index.html index 65c07913..ad216934 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -47,6 +47,12 @@ API 文档 +