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 文档 +