Przeglądaj źródła

chore: auto bump version and changelog [skip ci]

iwt 1 miesiąc temu
rodzic
commit
87722f1874

+ 8 - 4
cfc-frontend/pages/body-detail/index.vue

@@ -8,6 +8,11 @@
       tagline="科学管理全家健康"
       quote="身体健康是幸福的基础" />
 
+    <!-- 品牌定位语(登录前显示) -->
+    <view class="brand-strap" v-if="!isLoggedIn">
+      <text class="brand-strap-text">科学管理全家健康数据</text>
+    </view>
+
     <!-- 雷达图(始终显示,无用户数据时仅显示人群平均值) -->
     <view class="section">
       <view class="section-header">
@@ -38,13 +43,12 @@
     <!-- 游客专属区块 -->
     <template v-if="!isLoggedIn">
       <LoginGuideCard
-        title="登录后查看全家健康数据"
+        title="解锁全家健康数据"
         :items="[
           '查看全家身体能量数据和健康报告',
-          '记录每日健康打卡,获取身体能量',
-          '查看专属健康商品和活动价格'
+          '上传体检/肠道/舌诊报告,AI智能解读',
+          '记录每日健康打卡,持续积累能量'
         ]" />
-      <HealthTips dimension="body" />
     </template>
 
     <!-- 登录后:五维能量条 -->

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-dec0b6ca451f2a5466a65af2129bb520c1233b6f
+9a7a60b5f5c5e227f45965c956fb4299e2b6a50b

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

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.904",
+  "version": "1.0.905",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.904",
+      "version": "1.0.905",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",