diff --git a/web/static/i18n/en-US.json b/web/static/i18n/en-US.json index e7cd64cd..50b0ac7a 100644 --- a/web/static/i18n/en-US.json +++ b/web/static/i18n/en-US.json @@ -489,10 +489,14 @@ "title": "System settings", "nav": { "basic": "Basic", + "knowledge": "Knowledge base", "robots": "Bots", "terminal": "Terminal", "security": "Security" }, + "knowledge": { + "title": "Knowledge base" + }, "robots": { "title": "Bot settings", "description": "Configure WeCom, DingTalk and Lark bots so you can chat with CyberStrikeAI on your phone without opening the web UI.", diff --git a/web/static/i18n/zh-CN.json b/web/static/i18n/zh-CN.json index f4a89312..f8f52c88 100644 --- a/web/static/i18n/zh-CN.json +++ b/web/static/i18n/zh-CN.json @@ -489,10 +489,14 @@ "title": "系统设置", "nav": { "basic": "基本设置", + "knowledge": "知识库", "robots": "机器人设置", "terminal": "终端", "security": "安全设置" }, + "knowledge": { + "title": "知识库设置" + }, "robots": { "title": "机器人设置", "description": "配置企业微信、钉钉、飞书等机器人,在手机端直接与 CyberStrikeAI 对话,无需在服务器上打开网页。", diff --git a/web/templates/index.html b/web/templates/index.html index 380d0ac5..774ecd95 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -1179,6 +1179,9 @@