Bladeren bron

fix: 补充移除剩余3处 AI 字样

Sisyphus 1 maand geleden
bovenliggende
commit
7fe64802b9

+ 1 - 1
cfc-frontend/pages/action-detail/relationship-questionnaire.vue

@@ -7,7 +7,7 @@
 
     <!-- 加载状态 -->
     <view v-if="loading" class="loading-wrap">
-      <text class="loading-text">AI 正在生成问卷...</text>
+      <text class="loading-text">正在生成问卷...</text>
     </view>
 
     <!-- 问卷表单 -->

+ 1 - 1
cfc-frontend/pages/diet/record-detail.vue

@@ -42,7 +42,7 @@
       <view class="card ai-card" v-if="record.aiRecognizedFoods">
         <view class="card-accent" style="background-color: #2196F3;"></view>
         <view class="card-body">
-          <text class="card-title">AI 识别结果</text>
+          <text class="card-title">识别结果</text>
           <view class="ai-item" v-for="(item, index) in aiFoods" :key="index">
             <text class="ai-name">{{ item.name }}</text>
             <view class="ai-confidence">

+ 1 - 1
cfc-frontend/pages/health/health-status-form.vue

@@ -1,7 +1,7 @@
 <template>
   <view class="hs-page">
     <view class="hs-tip">
-      <text class="hs-tip-text">填写当前健康现状,生成方案时 AI 将参考这些信息,方案更精准。可不填,但未填时方案可能不够准确。</text>
+      <text class="hs-tip-text">填写当前健康现状,生成方案时参考这些信息,方案更精准。可不填,但未填时方案可能不够准确。</text>
     </view>
 
     <view class="form-section">