Ver código fonte

chore: auto bump version and changelog [skip ci]

iwt 1 mês atrás
pai
commit
59f407b844

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-ff013c86fddcf6529f0be6079ddc6f961638ba87
+db6afc5d70dc8ba28bcca1089a259cdd878c62db

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

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

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

@@ -4,6 +4,23 @@
 
 ---
 
+## v1.0.701 (2026-08-01)
+
+### Bug 修复
+- 重绘底部tab身图标,更简洁的弯曲胳膊造型
+- ContentRecommendService 商品/活动推荐改用 dimension_weights JSON 列查询
+
+### 其他
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- (domain / dimension_code) 进行维度匹配,导致配置了 dimension_weights
+- 但未设置旧字段的商品/活动在推荐系统中被遗漏。
+- 改为与 ProductService/ActivityService 一致的 JSON_EXTRACT + 旧字段
+- OR 回退模式,确保权重感知查询全面覆盖。
+- 
+
+
 ## v1.0.700 (2026-08-01)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.700
+> 当前版本: v1.0.701
 
 ## 历史版本
 
@@ -8,6 +8,23 @@
 
 ---
 
+## v1.0.701 (2026-08-01)
+
+### Bug 修复
+- 重绘底部tab身图标,更简洁的弯曲胳膊造型
+- ContentRecommendService 商品/活动推荐改用 dimension_weights JSON 列查询
+
+### 其他
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- (domain / dimension_code) 进行维度匹配,导致配置了 dimension_weights
+- 但未设置旧字段的商品/活动在推荐系统中被遗漏。
+- 改为与 ProductService/ActivityService 一致的 JSON_EXTRACT + 旧字段
+- OR 回退模式,确保权重感知查询全面覆盖。
+- 
+
+
 ## v1.0.700 (2026-08-01)
 
 ### Bug 修复