diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx index bdc1cc3..ba6fec1 100644 --- a/src/frontend/src/App.tsx +++ b/src/frontend/src/App.tsx @@ -110,10 +110,11 @@ export default function App() { {syncOk ? '✅ 同步正常' : syncOk === false ? '❌ 服务器未启动' : '⏳ 连接中…'} {activeTasks.length} 个任务 - {/* v2.7: 通知中心占位 */} - + {showNotifCenter && setShowNotifCenter(false)} />}