feat(web): refine AI sessions and task filtering

This commit is contained in:
2026-07-22 16:26:05 +08:00
parent 5d2f45ad83
commit b28a5d635c
9 changed files with 484 additions and 122 deletions

View File

@@ -95,7 +95,7 @@ function channelLabel(channel: WorkspaceChannelDTO) {
case 'tasks':
return '工作计划'
case 'ai_sessions':
return 'AI 话'
return 'AI 话'
case 'notes_sources':
return '笔记资料'
case 'cron':