Browse Source

chore: auto bump version and changelog [skip ci]

iwt 1 month ago
parent
commit
8ccd7b7307

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-fa02ab7bf131c041e36349a781908f654d6a018b
+8d4e3ac0e262c5b63e995be1be103094ae3381c3

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

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

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

@@ -4,6 +4,22 @@
 
 ---
 
+## v1.0.547 (2026-07-25)
+
+### Bug 修复
+- P2/P3 article fixes
+
+### 其他
+-   matches SPEC color mapping: mind=#FF6B9D, wisdom=#6366F1
+- - ArticleService.publishByUser: compute dimensionWeights JSON
+-   (equal distribution, e.g. 3 dims → {"body":34,"mind":33,"wisdom":33})
+-   enables dimension-aware query (COALESCE(JSON_EXTRACT)) for user posts
+- - article-detail.vue: parseDimensions reads real weights from
+-   article.dimensionWeights JSON, falls back to equal distribution
+-   Also fixed mind/wisdom color mapping in dimMap to match SPEC
+- 
+
+
 ## v1.0.546 (2026-07-25)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.546
+> 当前版本: v1.0.547
 
 ## 历史版本
 
@@ -8,6 +8,22 @@
 
 ---
 
+## v1.0.547 (2026-07-25)
+
+### Bug 修复
+- P2/P3 article fixes
+
+### 其他
+-   matches SPEC color mapping: mind=#FF6B9D, wisdom=#6366F1
+- - ArticleService.publishByUser: compute dimensionWeights JSON
+-   (equal distribution, e.g. 3 dims → {"body":34,"mind":33,"wisdom":33})
+-   enables dimension-aware query (COALESCE(JSON_EXTRACT)) for user posts
+- - article-detail.vue: parseDimensions reads real weights from
+-   article.dimensionWeights JSON, falls back to equal distribution
+-   Also fixed mind/wisdom color mapping in dimMap to match SPEC
+- 
+
+
 ## v1.0.546 (2026-07-25)
 
 ### Bug 修复