优化脚本
This commit is contained in:
@@ -29,9 +29,10 @@ def project_stage_label(project):
|
||||
return {
|
||||
"script": "Stage 1 · 脚本",
|
||||
"base_assets": "Stage 2 · 基础资产",
|
||||
"storyboard": "Stage 3 · 故事板",
|
||||
"video": "Stage 4 · 视频",
|
||||
"export": "Stage 5 · 导出",
|
||||
# storyboard 已下线,只为老项目的历史 current_stage 兜底显示
|
||||
"storyboard": "Stage 2 · 基础资产",
|
||||
"video": "Stage 3 · 视频",
|
||||
"export": "Stage 4 · 导出",
|
||||
}.get(project.current_stage, "Stage 1 · 脚本")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user