feat: move unified generation to background worker
This commit is contained in:
@@ -116,6 +116,7 @@ function statusLabel(status?: string) {
|
||||
function eventLabel(eventType: string) {
|
||||
const labels: Record<string, string> = {
|
||||
request_accepted: '请求接收',
|
||||
worker_started: '后台任务开始',
|
||||
context_prepared: '上下文准备',
|
||||
narrative_generated: '正文生成',
|
||||
story_saved: '故事保存',
|
||||
|
||||
Reference in New Issue
Block a user