auto-sync: 2026-05-17 13:23:41
This commit is contained in:
@@ -77,6 +77,10 @@ export default function App() {
|
||||
{syncOk ? '✅ 同步正常' : syncOk === false ? '❌ 服务器未启动' : '⏳ 连接中…'}
|
||||
</span>
|
||||
<span className="chip">{activeTasks.length} 个任务</span>
|
||||
{/* v2.7: 通知中心占位 */}
|
||||
<button className="chip" style={{ cursor: 'pointer', border: '1px solid var(--line)', position: 'relative' }} title="通知中心(v2.7)">
|
||||
🔔
|
||||
</button>
|
||||
{/* v2.6: 项目切换器 */}
|
||||
{Object.keys(projects).length > 0 && (
|
||||
<select
|
||||
|
||||
Reference in New Issue
Block a user