From 95effc96f50d6d91f1f9b13551e6951aaab65619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Wed, 19 Nov 2025 00:35:38 +0800 Subject: [PATCH] Add files via upload --- web/static/js/app.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/static/js/app.js b/web/static/js/app.js index 714469bf..72d8fc38 100644 --- a/web/static/js/app.js +++ b/web/static/js/app.js @@ -3571,13 +3571,13 @@ async function loadAttackChain(conversationId) { const container = document.getElementById('attack-chain-container'); if (container) { container.innerHTML = ` -
-
⏳ 攻击链正在生成中...
-
- 请稍候,生成完成后将自动显示 +
+
+ + 攻击链生成中,请稍候
-
`;