Browse Source

chore: auto bump version and changelog [skip ci]

iwt 1 month ago
parent
commit
8dbbd0353d

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-764ca9df9a568ac9ccde0a6863c313869f3b9c24
+2fb3a40788be8db704f669e34b54486844786bb0

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

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

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

@@ -4,6 +4,24 @@
 
 ---
 
+## v1.0.1103 (2026-08-17)
+
+### 新功能
+- 首页能量沙盘门禁引导卡 - 未测评时显示GateLock (sandbox-gate)
+- 能量沙盘门禁改家庭级判据 - 任一成员做过五维自检即解锁 (sandbox-gate)
+
+### 其他
+- - gate-lock SELF_CHECK 按钮文案对齐五维基础能量检测
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - EnergyController.sandbox 个人视角改用家庭级判据 + selfCheckGateOrFallback 内置兜底 gate(无种子时前端 GateLock 也能渲染引导按钮)
+- - getUserUnlockStatus 个人沙盘锁定标志同步家庭级,与 /api/energy/sandbox 一致
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.1102 (2026-08-17)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1102
+> 当前版本: v1.0.1103
 
 ## 历史版本
 
@@ -8,6 +8,24 @@
 
 ---
 
+## v1.0.1103 (2026-08-17)
+
+### 新功能
+- 首页能量沙盘门禁引导卡 - 未测评时显示GateLock (sandbox-gate)
+- 能量沙盘门禁改家庭级判据 - 任一成员做过五维自检即解锁 (sandbox-gate)
+
+### 其他
+- - gate-lock SELF_CHECK 按钮文案对齐五维基础能量检测
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - EnergyController.sandbox 个人视角改用家庭级判据 + selfCheckGateOrFallback 内置兜底 gate(无种子时前端 GateLock 也能渲染引导按钮)
+- - getUserUnlockStatus 个人沙盘锁定标志同步家庭级,与 /api/energy/sandbox 一致
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.1102 (2026-08-17)
 
 ### Bug 修复