Procházet zdrojové kódy

chore: auto bump version and changelog [skip ci]

iwt před 2 měsíci
rodič
revize
2aef576fd5

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-4fe13c4e3b0c170e9bc5c1de30dc5ca3e73a708b
+0ca63ac87e84ca9ef17c074fd95d98e7ee41c531

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.383",
+  "version": "1.0.384",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.383",
+      "version": "1.0.384",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.384",
+  "version": "1.0.385",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 15 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,21 @@
 
 ---
 
+## v1.0.385 (2026-07-17)
+
+### Bug 修复
+- 完善Canvas渲染逻辑
+
+### 其他
+- 2. stopSimulation 用 clearTimeout 替代 cancelAnimationFrame
+- 3. simulationTick 改用 setTimeout(33ms) 轮询
+- 4. render() 添加 Canvas 节点未就绪时的重试逻辑(最多5次)
+- 5. renderLegacy() 完整迁移 Canvas 2D API(ctx.strokeStyle/ctx.fillStyle/
+-    ctx.lineWidth/ctx.font/ctx.textAlign/ctx.textBaseline 直接赋值)
+- 6. 新增 hexToRgba 辅助函数
+- 
+
+
 ## v1.0.384 (2026-07-17)
 
 ### Bug 修复

+ 16 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.384
+> 当前版本: v1.0.385
 
 ## 历史版本
 
@@ -8,6 +8,21 @@
 
 ---
 
+## v1.0.385 (2026-07-17)
+
+### Bug 修复
+- 完善Canvas渲染逻辑
+
+### 其他
+- 2. stopSimulation 用 clearTimeout 替代 cancelAnimationFrame
+- 3. simulationTick 改用 setTimeout(33ms) 轮询
+- 4. render() 添加 Canvas 节点未就绪时的重试逻辑(最多5次)
+- 5. renderLegacy() 完整迁移 Canvas 2D API(ctx.strokeStyle/ctx.fillStyle/
+-    ctx.lineWidth/ctx.font/ctx.textAlign/ctx.textBaseline 直接赋值)
+- 6. 新增 hexToRgba 辅助函数
+- 
+
+
 ## v1.0.384 (2026-07-17)
 
 ### Bug 修复