Преглед изворни кода

chore: auto bump version and changelog [skip ci]

iwt пре 2 месеци
родитељ
комит
b291b7d2bb
4 измењених фајлова са 51 додато и 3 уклоњено
  1. 1 1
      cfc-web/.last_build_commit
  2. 1 1
      cfc-web/package.json
  3. 24 0
      cfc-web/public/CHANGELOG-v1.0.md
  4. 25 1
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-58a248a38b34cb09e1dbfb4d916b6285607428d1
+fa292926579cb307cc2080a8e3c4b29a45ad4649

+ 1 - 1
cfc-web/package.json

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

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

@@ -4,6 +4,30 @@
 
 ---
 
+## v1.0.455 (2026-07-21)
+
+### Bug 修复
+- 修复 uni-app 小程序编译兼容性问题及运行优化
+
+### 其他
+- - 降级 @vue/compiler-sfc 到 2.7.16 确保 HBuilderX 兼容
+- - 添加 postcss-import、postcss-url、autoprefixer 配置
+- - 添加 fix-hbuilderx-scoped.js 和 fix-postcss.sh 自动化修复脚本
+- - 回退 Babel 和 Vue CLI 版本到兼容的 4.x 系列
+- - 优化小程序样式 scoped 问题修复工具
+- - 修复组件编译警告和问题:
+-   * ActionArticleRecommend.vue
+-   * HealthDimensionsSection.vue
+-   * RecommendedFeed.vue
+-   * mind-section.vue
+-   * health 相关页面
+-   * payment.vue (移除 scoped)
+-   * child-index.vue
+-   * index.vue
+- - 优化 Python LangGraph 记忆和检索逻辑
+- 
+
+
 ## v1.0.454 (2026-07-21)
 
 ### 文档

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.454
+> 当前版本: v1.0.455
 
 ## 历史版本
 
@@ -8,6 +8,30 @@
 
 ---
 
+## v1.0.455 (2026-07-21)
+
+### Bug 修复
+- 修复 uni-app 小程序编译兼容性问题及运行优化
+
+### 其他
+- - 降级 @vue/compiler-sfc 到 2.7.16 确保 HBuilderX 兼容
+- - 添加 postcss-import、postcss-url、autoprefixer 配置
+- - 添加 fix-hbuilderx-scoped.js 和 fix-postcss.sh 自动化修复脚本
+- - 回退 Babel 和 Vue CLI 版本到兼容的 4.x 系列
+- - 优化小程序样式 scoped 问题修复工具
+- - 修复组件编译警告和问题:
+-   * ActionArticleRecommend.vue
+-   * HealthDimensionsSection.vue
+-   * RecommendedFeed.vue
+-   * mind-section.vue
+-   * health 相关页面
+-   * payment.vue (移除 scoped)
+-   * child-index.vue
+-   * index.vue
+- - 优化 Python LangGraph 记忆和检索逻辑
+- 
+
+
 ## v1.0.454 (2026-07-21)
 
 ### 文档