cerevox 3.0.0-beta.8 → 3.0.0-beta.9
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.
|
@@ -70,11 +70,6 @@ projects/<id>/
|
|
|
70
70
|
└─ draft_content.json # 技术规范
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
### materials 资源命名规范
|
|
74
|
-
|
|
75
|
-
- 场景素材:`sc01_bg.png`、`sc01_motion.mp4`、`sc01_vo.mp3`
|
|
76
|
-
- 通用素材:`main_bgm_60s.wav`
|
|
77
|
-
|
|
78
73
|
### output 输出规范
|
|
79
74
|
|
|
80
75
|
- 画幅:提前确定横竖屏,竖屏720x1280,横屏1280x720,如无特殊要求,竖屏(720x1280)优先
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cerevox",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.9",
|
|
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",
|