|
|
@@ -1027,21 +1027,6 @@ export default function Dashboard() {
|
|
|
<span className="text-sm text-gray-700">{i18n.language === 'zh' ? 'EN' : '中文'}</span>
|
|
|
</button>
|
|
|
|
|
|
- {/* 消息通知 */}
|
|
|
- <div className="relative group">
|
|
|
- <button
|
|
|
- className="relative p-2.5 hover:bg-gray-100 rounded-xl transition-colors"
|
|
|
- title="消息通知"
|
|
|
- >
|
|
|
- <Bell className="w-5 h-5 text-gray-600" />
|
|
|
- <span className="absolute top-1.5 right-1.5 w-2 h-2 bg-red-500 rounded-full"></span>
|
|
|
- </button>
|
|
|
- {/* Tooltip */}
|
|
|
- <div className="absolute right-0 top-full mt-2 px-3 py-1.5 bg-gray-900 text-white text-xs rounded-lg opacity-0 group-hover:opacity-100 transition-opacity pointer-events-none whitespace-nowrap z-50">
|
|
|
- {/* 消息通知 */}
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
{/* 通知管理 - 点击后进入页面,二级菜单在 tab 标签中显示 */}
|
|
|
{notificationMenu && (
|
|
|
<div className="relative group">
|