【a】可视化剧本编辑器 10.StoryEditor

This commit is contained in:
mzh
2026-01-06 14:24:23 +08:00
parent f055116d4d
commit 2e8accfed8
80 changed files with 3145 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ stages:
- 07.RKTools
- 08.UniTask
- 09.CodeChecker
- 10.StoryEditor
- 11.PointCloudTools
.template_job: &template_job
@@ -90,6 +91,11 @@ job_RKTools:
variables:
MODULE_NAME: "07.RKTools" # 定义模块名称变量
stage: 07.RKTools
job_StoryEditor:
<<: *template_job
variables:
MODULE_NAME: "10.StoryEditor" # 定义模块名称变量
stage: 10.StoryEditor
job_PointCloudTools:
<<: *template_job
variables: