auto-sync: 2026-05-20 22:12:38
This commit is contained in:
@@ -111,12 +111,9 @@ export default function App() {
|
|||||||
</span>
|
</span>
|
||||||
<span className="chip">{activeTasks.length} 个任务</span>
|
<span className="chip">{activeTasks.length} 个任务</span>
|
||||||
{/* v2.7: 通知中心占位 */}
|
{/* 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>
|
||||||
<button className="btn-refresh" onClick={() => loadAll()}>
|
|
||||||
⟳ 刷新
|
|
||||||
</button>
|
|
||||||
<button
|
<button
|
||||||
className="btn btn-action"
|
className="btn btn-action"
|
||||||
style={{ fontSize: 12, padding: '4px 14px', marginLeft: 6 }}
|
style={{ fontSize: 12, padding: '4px 14px', marginLeft: 6 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user