Browse Source

chore: auto bump version and changelog [skip ci]

iwt 1 month ago
parent
commit
b1c2966cf3

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-6aea64b750c6d6b4561d3480e2b37d6d9262409c
+8ddabfc78a24ef0580424b9f6cd0e52557870fb6

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

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.753",
+  "version": "1.0.754",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.753",
+      "version": "1.0.754",
       "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.754",
+  "version": "1.0.755",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

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

@@ -4,6 +4,14 @@
 
 ---
 
+## v1.0.755 (2026-08-03)
+
+### Bug 修复
+- globalData.currentChildId 替换为 uni.getStorageSync('currentChildId'),修复孩子视角切换数据失效
+- getApp().globalData.baseUrl/apiBase 替换为 config.API_BASE_URL,修复 uploadFile invalid url 与图片加载
+- 消除开发者工具告警 - getSystemInfoSync 弃用替换为 getWindowInfo, 修复 article-center articles prop 非数组类型错误
+
+
 ## v1.0.754 (2026-08-03)
 
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.754
+> 当前版本: v1.0.755
 
 ## 历史版本
 
@@ -8,6 +8,14 @@
 
 ---
 
+## v1.0.755 (2026-08-03)
+
+### Bug 修复
+- globalData.currentChildId 替换为 uni.getStorageSync('currentChildId'),修复孩子视角切换数据失效
+- getApp().globalData.baseUrl/apiBase 替换为 config.API_BASE_URL,修复 uploadFile invalid url 与图片加载
+- 消除开发者工具告警 - getSystemInfoSync 弃用替换为 getWindowInfo, 修复 article-center articles prop 非数组类型错误
+
+
 ## v1.0.754 (2026-08-03)
 
 ### 新功能