From 17c4f38ee32e4bc0ae2f11fae6edf8da96241750 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, 15 May 2026 17:27:45 +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 | 1 + 3 files changed, 3 insertions(+) diff --git a/web/static/i18n/en-US.json b/web/static/i18n/en-US.json index 7e9be4f1..26d435d7 100644 --- a/web/static/i18n/en-US.json +++ b/web/static/i18n/en-US.json @@ -77,6 +77,7 @@ "settings": "System settings", "hitl": "Human-in-the-loop", "c2": "C2", + "c2Manage": "C2 management", "c2Listeners": "Listeners", "c2Sessions": "Sessions", "c2Tasks": "Tasks", diff --git a/web/static/i18n/zh-CN.json b/web/static/i18n/zh-CN.json index ff74901f..c1c4beac 100644 --- a/web/static/i18n/zh-CN.json +++ b/web/static/i18n/zh-CN.json @@ -77,6 +77,7 @@ "settings": "系统设置", "hitl": "人机协同", "c2": "C2", + "c2Manage": "C2 管理", "c2Listeners": "监听器", "c2Sessions": "会话", "c2Tasks": "任务", diff --git a/web/templates/index.html b/web/templates/index.html index 40737580..47497d30 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -201,6 +201,7 @@