Quellcode durchsuchen

chore: auto bump version and changelog [skip ci]

iwt vor 1 Monat
Ursprung
Commit
5239622319

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-3250352fcffaf4c60b818cc39371d2bd593cee3d
+5e4e213797c892eea35434339f12af94e63eae6a

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

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

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

@@ -4,6 +4,31 @@
 
 ---
 
+## v1.0.714 (2026-08-02)
+
+### Bug 修复
+- add CORS origin for www.cf-club.com, fix QR code display, add diagnostic filter
+- 文章列表点击直接进入详情页,未登录也可阅读公开文章
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- 
+- - 五维首页(index-home/body/wisdom/mind/wealth)与 action 页统一使用 DimensionProducts
+- - 统一商品跳转 goProductDetail/goMoreProducts,移除登录跳转冗余分支
+- - 修复 DimensionProducts 空态文案依赖 isLoggedIn 的逻辑
+- 
+- - 每屏固定3本,多余横向滑动,指示器按3本一组并随滚动高亮
+- - 骨架屏同步改为3个封面占位
+- 
+
+### 重构
+- 统一五维首页商品推荐组件为 DimensionProducts
+
+### 新功能
+- ArticleBookshelf 改为竖版封面风格,一行3本横向滑动
+
+
 ## v1.0.713 (2026-08-02)
 
 ### 文档

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.713
+> 当前版本: v1.0.714
 
 ## 历史版本
 
@@ -8,6 +8,31 @@
 
 ---
 
+## v1.0.714 (2026-08-02)
+
+### Bug 修复
+- add CORS origin for www.cf-club.com, fix QR code display, add diagnostic filter
+- 文章列表点击直接进入详情页,未登录也可阅读公开文章
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- 
+- - 五维首页(index-home/body/wisdom/mind/wealth)与 action 页统一使用 DimensionProducts
+- - 统一商品跳转 goProductDetail/goMoreProducts,移除登录跳转冗余分支
+- - 修复 DimensionProducts 空态文案依赖 isLoggedIn 的逻辑
+- 
+- - 每屏固定3本,多余横向滑动,指示器按3本一组并随滚动高亮
+- - 骨架屏同步改为3个封面占位
+- 
+
+### 重构
+- 统一五维首页商品推荐组件为 DimensionProducts
+
+### 新功能
+- ArticleBookshelf 改为竖版封面风格,一行3本横向滑动
+
+
 ## v1.0.713 (2026-08-02)
 
 ### 文档