auto-sync: 2026-05-20 22:12:38

This commit is contained in:
cfdaily
2026-05-20 22:12:38 +08:00
parent 6ce6094fa9
commit 55c039f5b5
+1 -4
View File
@@ -111,12 +111,9 @@ export default function App() {
</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 className="chip" style={{ cursor: 'pointer', border: '1px solid var(--line)', position: 'relative' }} title="通知中心">
🔔
</button>
<button className="btn-refresh" onClick={() => loadAll()}>
</button>
<button
className="btn btn-action"
style={{ fontSize: 12, padding: '4px 14px', marginLeft: 6 }}