From be2b194b71c7d56aa2024559b1ecc0607852f6f8 Mon Sep 17 00:00:00 2001 From: mohe Date: Sun, 2 Aug 2026 04:43:16 +0800 Subject: [PATCH] feat: WeChat QR code + status inline in Platform tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wechat_bridge entry now shows: - status text (已登录Xh / 已掉线Xh) via s.message - inline QR code with 5min expiry + refresh button when logged out - refreshWechatQR() fetches latest QR on demand (no polling) --- gateway/scripts/templates/dashboard.html | 1200 +++++++++++----------- 1 file changed, 612 insertions(+), 588 deletions(-) diff --git a/gateway/scripts/templates/dashboard.html b/gateway/scripts/templates/dashboard.html index 84c2b2e..4641e45 100644 --- a/gateway/scripts/templates/dashboard.html +++ b/gateway/scripts/templates/dashboard.html @@ -1,589 +1,613 @@ - -AgentsMeeting Dashboard - -

AgentsMeeting

Dashboard
-
-
- \ No newline at end of file