auto-sync: 2026-05-21 00:15:58
This commit is contained in:
@@ -476,7 +476,7 @@ export default function EdictBoard() {
|
||||
<option disabled style={{ color: '#555' }}>── 正式项目 ──</option>
|
||||
{Object.entries(projects).filter(([pid]) => !pid.startsWith('_') && pid !== '__general__').map(([pid, info]: [string, any]) => (
|
||||
<option key={pid} value={pid}>📁 {info.name || pid} ({info.task_count ?? 0})</option>
|
||||
))}}
|
||||
))}
|
||||
</select>
|
||||
{selectedProjectId && !selectedProjectId.startsWith('_') && selectedProjectId !== '__general__' && (() => {
|
||||
const pInfo = projects[selectedProjectId] as any;
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"root":["./src/app.tsx","./src/api.ts","./src/main.tsx","./src/store.ts","./src/time.ts","./src/vite-env.d.ts","./src/components/artifactlist.tsx","./src/components/artifactpanel.tsx","./src/components/checkpointpanel.tsx","./src/components/confirmdialog.tsx","./src/components/courtceremony.tsx","./src/components/courtdiscussion.tsx","./src/components/edictboard.tsx","./src/components/globalsearch.tsx","./src/components/mailpanel.tsx","./src/components/memorialpanel.tsx","./src/components/modelconfig.tsx","./src/components/monitorpanel.tsx","./src/components/morningpanel.tsx","./src/components/notificationcenter.tsx","./src/components/officialpanel.tsx","./src/components/sessionspanel.tsx","./src/components/settingspanel.tsx","./src/components/skillsconfig.tsx","./src/components/taskmodal.tsx","./src/components/templatepanel.tsx","./src/components/toaster.tsx","./src/components/usagepanel.tsx"],"errors":true,"version":"5.9.3"}
|
||||
{"root":["./src/app.tsx","./src/api.ts","./src/main.tsx","./src/store.ts","./src/time.ts","./src/vite-env.d.ts","./src/components/artifactlist.tsx","./src/components/artifactpanel.tsx","./src/components/checkpointpanel.tsx","./src/components/confirmdialog.tsx","./src/components/courtceremony.tsx","./src/components/courtdiscussion.tsx","./src/components/edictboard.tsx","./src/components/globalsearch.tsx","./src/components/mailpanel.tsx","./src/components/memorialpanel.tsx","./src/components/modelconfig.tsx","./src/components/monitorpanel.tsx","./src/components/morningpanel.tsx","./src/components/notificationcenter.tsx","./src/components/officialpanel.tsx","./src/components/sessionspanel.tsx","./src/components/settingspanel.tsx","./src/components/skillsconfig.tsx","./src/components/taskmodal.tsx","./src/components/templatepanel.tsx","./src/components/toaster.tsx","./src/components/usagepanel.tsx"],"version":"5.9.3"}
|
||||
Reference in New Issue
Block a user