Replace '光子美容仪' with '智美'/'智能面膜'/'我的设备' throughout. Replace '护理' with '使用' in all UI text. Replace '皮肤' with '检测'/'智能' where applicable. Replace 🌸 with 💎 for brand identity. Internal code (variable names, API paths, file names) unchanged.
36 行
1.3 KiB
Plaintext
36 行
1.3 KiB
Plaintext
<view class="page">
|
||
<view class="page-header page-header-pink" style="padding-top: {{statusBarHeight + 24}}px;">
|
||
<view class="nav-back" bindtap="onBack">‹ 返回</view>
|
||
<view class="page-header-title">使用设置</view>
|
||
<view class="page-header-subtitle">试用期已结束</view>
|
||
</view>
|
||
|
||
<view class="page-content">
|
||
<view class="page-title">选择模式</view>
|
||
|
||
<view class="mode-selector">
|
||
<view class="mode-option active">
|
||
<text class="mode-icon">🔄</text>
|
||
<view class="mode-label">普通模式</view>
|
||
<view class="mode-sub">6色循环</view>
|
||
</view>
|
||
<view class="mode-option locked">
|
||
<text class="mode-icon">🔒</text>
|
||
<view class="mode-label">智能模式</view>
|
||
<view class="mode-sub">订阅解锁</view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="tip-card">
|
||
<text class="tip-card-icon">⏰</text>
|
||
<view class="tip-card-body">
|
||
<view class="tip-card-title">试用已结束</view>
|
||
<view class="tip-card-sub">订阅后继续使用智能模式</view>
|
||
</view>
|
||
</view>
|
||
|
||
<button class="btn-primary btn-primary-gold" bindtap="onViewPlans">立即订阅</button>
|
||
<button class="btn-secondary" bindtap="onUseFreeMode">先使用普通模式</button>
|
||
</view>
|
||
</view>
|