Explorar el Código

chore: auto bump version and changelog [skip ci]

iwt hace 1 mes
padre
commit
fe4a0c69a2

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-3a95ca01457315a3b5ea3eeda252e25c783f2368
+a47ef21041bc135f38473d3989851741f1c9f22b

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

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

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

@@ -4,6 +4,20 @@
 
 ---
 
+## v1.0.710 (2026-08-02)
+
+### Bug 修复
+- 统一五维首页推荐组件 — 顺序为活动→商品→阅读→推荐
+
+### 其他
+- wealth: 添加DimensionActivities, 添加loadDimensionActivities, 移除v-if
+- mind: ArticleBookshelf移到DimensionProductList之后, 移除v-if
+- 统一顺序: DimensionActivities → DimensionProductList → ArticleBookshelf → RecommendedSection
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.709 (2026-08-02)
 
 ### 重构

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.709
+> 当前版本: v1.0.710
 
 ## 历史版本
 
@@ -8,6 +8,20 @@
 
 ---
 
+## v1.0.710 (2026-08-02)
+
+### Bug 修复
+- 统一五维首页推荐组件 — 顺序为活动→商品→阅读→推荐
+
+### 其他
+- wealth: 添加DimensionActivities, 添加loadDimensionActivities, 移除v-if
+- mind: ArticleBookshelf移到DimensionProductList之后, 移除v-if
+- 统一顺序: DimensionActivities → DimensionProductList → ArticleBookshelf → RecommendedSection
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.709 (2026-08-02)
 
 ### 重构