fix(ChengduGamePage): update game title from '指尖四川麻将' to '四川麻将'

- Changed the game title in the scene watermark from '指尖四川麻将' to '四川麻将'
- This updates the display text to be more concise while maintaining the core game identity
```
This commit is contained in:
2026-03-24 19:09:03 +08:00
parent 679116e455
commit 3219639b04

View File

@@ -369,7 +369,7 @@ onBeforeUnmount(() => {
</div>
<div class="scene-watermark">
<strong>指尖四川麻将</strong>
<strong>四川麻将</strong>
<span>{{ roomState.name || roomName || '成都麻将房' }}</span>
<small>底注 6 亿 · 封顶 32 </small>
</div>