cerevox 0.4.8 → 0.4.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.
|
@@ -181,6 +181,7 @@ function drawScene(){
|
|
|
181
181
|
- [ ] 动画平滑、确定性、无随机抖动,**完整循环控制在5-10秒内**。
|
|
182
182
|
- [ ] **JS代码复查**:正确使用p5.js语法,所有内置函数和API调用无误,变量声明规范,函数调用参数正确。
|
|
183
183
|
- [ ] **物理原理复查**:动画准确揭示物理定律,运动方向符合力学规律,电流方向遵循电路原理,电路构造标准规范,磁场方向正确标示,确保科学准确性。
|
|
184
|
+
- [ ] **箭头方向检查**:生成时尤其要注意绘制的箭头方向,确保箭头方向与后面的线段方向一致,不要画反。
|
|
184
185
|
- [ ] 单一 HTML 文件,引用 p5 CDN,无其它依赖。
|
|
185
186
|
|
|
186
187
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cerevox",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.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",
|