Explorar o código

chore: 修改mascot锁定提示文案

iwt hai 1 mes
pai
achega
ee84df1bbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cfc-frontend/pages/user-edit/user-edit.vue

+ 1 - 1
cfc-frontend/pages/user-edit/user-edit.vue

@@ -227,7 +227,7 @@
 		<view class="family-section" v-if="isEdit && memberLevel === 'FREE'">
 			<view class="mascot-locked-hint" @click="goUpgrade">
 				<text class="locked-icon">🔒</text>
-				<text class="locked-text">开通会员解锁浠宝/福宝AI助手</text>
+				<text class="locked-text">开通会员解锁更多能力</text>
 				<text class="locked-arrow">›</text>
 			</view>
 		</view>