cerevox 0.4.1 → 0.4.2

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.
@@ -113,7 +113,7 @@ projects/<id>/
113
113
  "id": "scene_01",
114
114
  "script": "场景台词内容",
115
115
  "voice_name": "场景台词音色(必须从指定音色列表中选择)",
116
- "start_frame": "首帧图片描述",
116
+ "start_frame": "首帧图片描述(如画面包含中要呈现的CJK文字内容,务必将该文字内容用中文全角双引号“”标记)",
117
117
  "camera_movement": "运镜效果描述"
118
118
  }
119
119
  ]
@@ -153,7 +153,7 @@ projects/<id>/
153
153
  "id": "scene_01",
154
154
  "script": "量子隧穿是量子力学中最神奇的现象之一",
155
155
  "voice_name": "presenter_female",
156
- "start_frame": "深蓝色宇宙背景,标题文字'量子隧穿'以金色粒子效果出现",
156
+ "start_frame": "深蓝色宇宙背景,标题文字“量子隧穿”以金色粒子效果出现",
157
157
  "camera_movement": "标题从屏幕中心缓慢放大,伴随粒子聚集效果"
158
158
  }
159
159
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
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",