ui: 将「AI 补充营养」按钮文字改为「分析营养成分」
This commit is contained in:
@@ -129,14 +129,14 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- T08/T09: 无营养数据时展示「AI 补充营养」按钮 -->
|
||||
<!-- T08/T09: 无营养数据时展示「分析营养成分」按钮 -->
|
||||
<view class="nutrition-fill-row" v-else-if="!isLoading && (postData.description || postData.title)">
|
||||
<button
|
||||
class="ai-fill-btn"
|
||||
:disabled="aiNutritionFilling"
|
||||
<button
|
||||
class="ai-fill-btn"
|
||||
:disabled="aiNutritionFilling"
|
||||
@click="fillNutritionByAi"
|
||||
>
|
||||
<text v-if="!aiNutritionFilling">🤖 AI 补充营养</text>
|
||||
<text v-if="!aiNutritionFilling">🤖 分析营养成分</text>
|
||||
<text v-else>估算中...</text>
|
||||
</button>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user