auto-sync: 2026-05-17 13:23:41

This commit is contained in:
cfdaily
2026-05-17 13:23:41 +08:00
parent d193f77740
commit fde1e94e04
+4
View File
@@ -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