feat: tweened generate progress

This commit is contained in:
2024-06-30 12:57:50 +08:00
parent 06a2ea704e
commit 50cce8a0db
5 changed files with 3819 additions and 3706 deletions

9
typings/types.d.ts vendored
View File

@@ -80,6 +80,11 @@ namespace req {
task_title: string
speed: number
}
interface CourseGenDelete {
to_user_id: number
task_id: string
}
}
interface AssistantTemplateList {
@@ -143,6 +148,10 @@ namespace resp {
res_gen_server: 'main' | 'standby1'
record_status: 0 | 1
}
interface CourseGenDelete {
code: 0 | 1
}
}
}