From 3175afa07d0dcc8ab0849fc17e9cd672f01ebf53 Mon Sep 17 00:00:00 2001 From: huangzhenpc Date: Tue, 31 Mar 2026 23:52:28 +0800 Subject: [PATCH] fix: remove hardcoded monitoring URL from nav bar The monitoring feature is already available in the application, no need for a hardcoded external IP link in the header. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../components/layout/headerbar/ActionButtons.jsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/web/src/components/layout/headerbar/ActionButtons.jsx b/web/src/components/layout/headerbar/ActionButtons.jsx index 9eb7c147..55581d37 100644 --- a/web/src/components/layout/headerbar/ActionButtons.jsx +++ b/web/src/components/layout/headerbar/ActionButtons.jsx @@ -18,8 +18,7 @@ For commercial licensing, please contact support@quantumnous.com */ import React from 'react'; -import { Button } from '@douyinfe/semi-ui'; -import { Activity } from 'lucide-react'; +import React from 'react'; import NewYearButton from './NewYearButton'; import NotificationButton from './NotificationButton'; import ThemeToggle from './ThemeToggle'; @@ -53,16 +52,6 @@ const ActionButtons = ({ t={t} /> - {/* 分组监控 */} -