Просмотр исходного кода

chore: auto bump version and changelog [skip ci]

iwt 1 день назад
Родитель
Сommit
b5b0889752

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-b76a4ff3fe08cb4f22a65c70da4677c6e26d70da
+a9eed09e6c0ecee04d400cd5b5590e7cbba80ae0

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

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

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

@@ -4,6 +4,22 @@
 
 ---
 
+## v1.0.1458 (2026-09-22)
+
+### 新功能
+- add emotion impact annotations to gut flora indicators on mind page
+
+### 其他
+-   serotonin/5-HT → mood stability, dopamine → pleasure/motivation,
+-   GABA → relaxation/stress relief, tryptophan → sleep/mood,
+-   melatonin → sleep regulation, cortisol → stress level
+- - Display '影响情绪稳定/影响愉悦·动力' etc. below each indicator name
+- - Fix value display bug: backend uses indicatorValue, frontend was reading broken ind.value
+- - Add indicatorBarWidth() and formatIndicatorValue() helper methods
+- - Add CSS for new gut-indicator-impact label (pink #FF6B9D for mind page)
+- 
+
+
 ## v1.0.1457 (2026-09-22)
 
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1457
+> 当前版本: v1.0.1458
 
 ## 历史版本
 
@@ -8,6 +8,22 @@
 
 ---
 
+## v1.0.1458 (2026-09-22)
+
+### 新功能
+- add emotion impact annotations to gut flora indicators on mind page
+
+### 其他
+-   serotonin/5-HT → mood stability, dopamine → pleasure/motivation,
+-   GABA → relaxation/stress relief, tryptophan → sleep/mood,
+-   melatonin → sleep regulation, cortisol → stress level
+- - Display '影响情绪稳定/影响愉悦·动力' etc. below each indicator name
+- - Fix value display bug: backend uses indicatorValue, frontend was reading broken ind.value
+- - Add indicatorBarWidth() and formatIndicatorValue() helper methods
+- - Add CSS for new gut-indicator-impact label (pink #FF6B9D for mind page)
+- 
+
+
 ## v1.0.1457 (2026-09-22)
 
 ### 新功能