auto-sync: 2026-05-21 08:24:50
This commit is contained in:
@@ -471,7 +471,7 @@ export default function EdictBoard() {
|
||||
color: 'var(--fg)', cursor: 'pointer', minWidth: 120,
|
||||
}}
|
||||
>
|
||||
<option value="">📋 全部任务 ({v2tasks.length})</option>
|
||||
<option value="">📋 全部任务 ({Object.values(projects).reduce((sum: number, p: any) => sum + (p.task_count || 0), 0)})</option>
|
||||
<option value="_general">📝 一般任务 ({(projects['_general'] as any)?.task_count ?? 0})</option>
|
||||
<option disabled style={{ color: '#555' }}>── 正式项目 ──</option>
|
||||
{Object.entries(projects).filter(([pid]) => !pid.startsWith('_') && pid !== '__general__').map(([pid, info]: [string, any]) => (
|
||||
|
||||
Reference in New Issue
Block a user