chore: backup workspace before list detail shell refactor
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
const KNOWLEDGE_INGEST_JOB_TYPES = new Set(['knowledge_index_sync', 'llm_wiki_sync'])
|
||||
const KNOWLEDGE_INGEST_JOB_TYPES = new Set([
|
||||
'knowledge_index_sync',
|
||||
'llm_wiki_sync',
|
||||
'llm_wiki_rule_formation',
|
||||
'finance_policy_knowledge_organize'
|
||||
])
|
||||
|
||||
const STATUS_META = {
|
||||
queued: { label: '等待处理', tone: 'muted' },
|
||||
|
||||
Reference in New Issue
Block a user