Răsfoiți Sursa

chore: auto bump version and changelog [skip ci]

iwt 2 luni în urmă
părinte
comite
084cf62df9

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-8ac4afdb585f7788e3c64cae0442cd5ac8d68736
+26fdc9758babfe75710882412eeca684df6c3c65

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

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

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

@@ -4,6 +4,24 @@
 
 ---
 
+## v1.0.431 (2026-07-20)
+
+### Bug 修复
+- 智首页渲染层FLOW_DEPTH错误 + web baseURL/401提示修复 + 页面and组件完善
+- 每日运势接口(/api/mind/fortune) 400 错误修复 - 移除无效 request body
+
+### 其他
+-   修复 TypeError: Cannot read properties of undefined (reading 'length')
+-   及由此引发的 WeChat FLOW_DEPTH 渲染层错误
+- - cfc-web/.env.production: VUE_APP_BASE_API= → /admin,
+-   修复 env 缺失导致 baseURL 显示 ? 的问题
+- - JwtInterceptor.java: 两处 401 写入前添加
+-   response.setContentType(application/json; charset=utf-8),
+-   修复后端拒绝返回时前端 axios 无法解析 message 导致提示显示 ?
+- - 配套补: FamilyMemberCard/Strip 组件、action/body/mind/parent-index 页面逻辑完善
+- 
+
+
 ## v1.0.430 (2026-07-20)
 
 ### 其他

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.430
+> 当前版本: v1.0.431
 
 ## 历史版本
 
@@ -8,6 +8,24 @@
 
 ---
 
+## v1.0.431 (2026-07-20)
+
+### Bug 修复
+- 智首页渲染层FLOW_DEPTH错误 + web baseURL/401提示修复 + 页面and组件完善
+- 每日运势接口(/api/mind/fortune) 400 错误修复 - 移除无效 request body
+
+### 其他
+-   修复 TypeError: Cannot read properties of undefined (reading 'length')
+-   及由此引发的 WeChat FLOW_DEPTH 渲染层错误
+- - cfc-web/.env.production: VUE_APP_BASE_API= → /admin,
+-   修复 env 缺失导致 baseURL 显示 ? 的问题
+- - JwtInterceptor.java: 两处 401 写入前添加
+-   response.setContentType(application/json; charset=utf-8),
+-   修复后端拒绝返回时前端 axios 无法解析 message 导致提示显示 ?
+- - 配套补: FamilyMemberCard/Strip 组件、action/body/mind/parent-index 页面逻辑完善
+- 
+
+
 ## v1.0.430 (2026-07-20)
 
 ### 其他