cerevox 1.4.14 → 1.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@
19
19
  4. 选择语音 → 使用 `search-voices` 选择合适的配音音色
20
20
  5. 创建脚本 → 编写 story_board.json(受众、脚本、风格、场景)
21
21
  6. 素材生成(严格按顺序)→ `generate-scene-tts` → `generate-image` → `generate-video` → `generate-bgm`
22
- 7. 技术规范 → 调用`get-video-project-schema`获取最新规范,根据规范创建 draft_content.json
22
+ 7. 技术规范 → 调用`get-video-project-schema`获取最新规范 → 根据规范创建 draft_content.json
23
23
  8. 字幕检查 → 除非用户明确不要字幕,字幕(subtitles)数组必须在 draft_content.json 中存在,若不存在则从 story_board.json 中提取创建。
24
24
  9. 执行渲染 → `compile-and-run` 输出成品
25
25
  10. 下载成品 → `download-outputs`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "1.4.14",
3
+ "version": "1.4.15",
4
4
  "description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",