diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx
index 7ea1036..36029c3 100644
--- a/src/frontend/src/App.tsx
+++ b/src/frontend/src/App.tsx
@@ -77,6 +77,10 @@ export default function App() {
{syncOk ? '✅ 同步正常' : syncOk === false ? '❌ 服务器未启动' : '⏳ 连接中…'}
{activeTasks.length} 个任务
+ {/* v2.7: 通知中心占位 */}
+
{/* v2.6: 项目切换器 */}
{Object.keys(projects).length > 0 && (