feat: 英语字母描红修改

This commit is contained in:
R524809
2026-04-14 17:34:05 +08:00
parent e74fd3709c
commit ec5bc44741
11 changed files with 546 additions and 342 deletions
@@ -53,7 +53,7 @@
</view>
<view wx:if="{{showCaseToggle}}" class="param-block">
<text class="lt-field-label">大小写</text>
<text class="lt-field-label">半组字母</text>
<view class="lt-chip-row">
<view
class="lt-chip {{!letterCaseLower ? 'lt-chip--active' : ''}}"
@@ -61,7 +61,7 @@
hover-start-time="0"
hover-stay-time="70"
bind:tap="onSelectCaseUpper">
大写 AZ
A–M
</view>
<view
class="lt-chip {{letterCaseLower ? 'lt-chip--active' : ''}}"
@@ -69,7 +69,7 @@
hover-start-time="0"
hover-stay-time="70"
bind:tap="onSelectCaseLower">
小写 a–z
NZ
</view>
</view>
</view>