第一次提交:小程序前端最新版本

This commit is contained in:
XingQue
2026-06-14 02:38:05 +08:00
commit 5e90f7c87c
677 changed files with 153758 additions and 0 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" />