diff --git a/web/src/components/layout/headerbar/ActionButtons.jsx b/web/src/components/layout/headerbar/ActionButtons.jsx
index dc09258d..9eb7c147 100644
--- a/web/src/components/layout/headerbar/ActionButtons.jsx
+++ b/web/src/components/layout/headerbar/ActionButtons.jsx
@@ -18,6 +18,8 @@ For commercial licensing, please contact support@quantumnous.com
*/
import React from 'react';
+import { Button } from '@douyinfe/semi-ui';
+import { Activity } from 'lucide-react';
import NewYearButton from './NewYearButton';
import NotificationButton from './NotificationButton';
import ThemeToggle from './ThemeToggle';
@@ -51,6 +53,16 @@ const ActionButtons = ({
t={t}
/>
+ {/* 分组监控 */}
+ }
+ aria-label={t('分组监控')}
+ theme='borderless'
+ type='tertiary'
+ className='!p-1.5 !text-current focus:!bg-semi-color-fill-1 !rounded-full !bg-semi-color-fill-0 hover:!bg-semi-color-fill-1'
+ onClick={() => window.open('http://107.175.54.36:3099/status/claude', '_blank')}
+ />
+
{/* 主题切换 */}