docs: fix stale region-layout comments to match measured mapping

这个提交包含在:
Guoguo
2026-07-28 07:26:29 -07:00
父节点 21dccd2274
当前提交 edf15eb32a
修改 4 个文件,包含 4 行新增4 行删除
@@ -24,7 +24,7 @@
</view>
<view class="page-title section-title">{{i18n.manual.regionTitle}}</view>
<!-- 脸型图布局(与「使用设置」一致);位置↔idx:0= 1=中上 2= 3=中 4= -->
<!-- 脸型图布局(与「使用设置」一致);位置↔idx(实测)0= 1= 2= 3=中 4= -->
<view class="face-map">
<view class="face-region forehead {{regions[2].checked ? 'active' : ''}}" bindtap="onToggleRegion" data-idx="2">{{i18n.common.regions.top}}</view>
<view class="face-region left-cheek {{regions[1].checked ? 'active' : ''}}" bindtap="onToggleRegion" data-idx="1">{{i18n.common.regions.left}}</view>