auto-sync: 2026-05-20 22:16:32

This commit is contained in:
cfdaily
2026-05-20 22:16:32 +08:00
parent fd428ac41b
commit 2e0f70143e
+3 -2
View File
@@ -110,10 +110,11 @@ 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="通知中心">
{/* 通知中心 */}
<button className="chip" style={{ cursor: 'pointer', border: '1px solid var(--line)', position: 'relative' }} title="通知中心" onClick={() => setShowNotifCenter(true)}>
🔔
</button>
{showNotifCenter && <NotificationCenter onClose={() => setShowNotifCenter(false)} />}
<button
className="btn btn-action"
style={{ fontSize: 12, padding: '4px 14px', marginLeft: 6 }}