Merge branch 'new-race-mode' into test
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -12,7 +12,7 @@ node_modules
|
||||
.github
|
||||
openspec
|
||||
CLAUDE.md
|
||||
dosc
|
||||
docs
|
||||
.DS_Store
|
||||
dist
|
||||
*.local
|
||||
|
||||
@@ -240,7 +240,7 @@ function closeOverlay() {
|
||||
/**
|
||||
* 底部按钮文案:好友约战显示“返回房间”,排位赛等其他模式显示“返回”
|
||||
*/
|
||||
const exitBtnText = computed(() => data.value.way === 1 ? '返回房间' : '返回');
|
||||
const exitBtnText = computed(() => data.value.way === 1 ? '再来一局' : '返回');
|
||||
|
||||
/**
|
||||
* 点击底部按钮跳转
|
||||
|
||||
@@ -160,10 +160,10 @@ onShareTimeline(() => {
|
||||
<Container :isHome="true" :showBackToGame="true">
|
||||
<view class="container">
|
||||
<view class="top-theme">
|
||||
<image
|
||||
<!-- <image
|
||||
src="https://static.shelingxingqiu.com/attachment/2025-12-31/dfc9dxrq4xn7e6y2pp.png"
|
||||
mode="widthFix"
|
||||
/>
|
||||
/> -->
|
||||
</view>
|
||||
<UserHeader showRank :onSignin="() => (showModal = true)"/>
|
||||
<view :style="{ padding: '12px 10px' }">
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 4.6 KiB |
Reference in New Issue
Block a user