修正了 pages 名为拼音的问题

This commit is contained in:
2026-06-13 10:44:02 +08:00
parent 76cc4ac55e
commit 296e41a8a7
249 changed files with 29660 additions and 29505 deletions

View File

@@ -0,0 +1,12 @@
<!-- 打手规则页面 - 图片完整覆盖 -->
<view class="container" style="height:{{containerHeight}}px">
<image
src="{{ imageUrl }}"
mode="widthFix"
class="rule-image"
bindload="onImageLoad"
binderror="onImageError"
style="width:100%;height:auto"
></image>
</view>
<global-notification id="global-notification" />