Merge branch 'new-race-mode' into test

This commit is contained in:
2026-05-19 17:24:09 +08:00
14 changed files with 36 additions and 22 deletions

View File

@@ -281,27 +281,27 @@ onShow(async () => {
<image
src="../static/rank/battle1v1.svg"
mode="widthFix"
@click.stop="() => toMatchPage(1, 2)"
@click.stop="$clickSound(() => toMatchPage(1, 2))"
/>
<image
src="../static/rank/battle2v2.svg"
mode="widthFix"
@click.stop="() => toMatchPage(2, 4)"
@click.stop="$clickSound(() => toMatchPage(2, 4))"
/>
<image
src="../static/rank/battle3v3.svg"
mode="widthFix"
@click.stop="() => toMatchPage(3, 6)"
@click.stop="$clickSound(() => toMatchPage(3, 6))"
/>
<image
src="../static/rank/battle5.svg"
mode="widthFix"
@click.stop="() => toMatchPage(4, 5)"
@click.stop="$clickSound(() => toMatchPage(4, 5))"
/>
<image
src="../static/rank/battle10.svg"
mode="widthFix"
@click.stop="() => toMatchPage(5, 10)"
@click.stop="$clickSound(() => toMatchPage(5, 10))"
/>
</view>
</view>