fix:去掉新年图标&修改按钮文案

This commit is contained in:
2026-05-18 17:04:26 +08:00
parent bededd89fa
commit e3c33da40c
4 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@@ -12,7 +12,7 @@ node_modules
.github .github
openspec openspec
CLAUDE.md CLAUDE.md
dosc docs
.DS_Store .DS_Store
dist dist
*.local *.local

View File

@@ -240,7 +240,7 @@ function closeOverlay() {
/** /**
* 底部按钮文案:好友约战显示“返回房间”,排位赛等其他模式显示“返回” * 底部按钮文案:好友约战显示“返回房间”,排位赛等其他模式显示“返回”
*/ */
const exitBtnText = computed(() => data.value.way === 1 ? '返回房间' : '返回'); const exitBtnText = computed(() => data.value.way === 1 ? '再来一局' : '返回');
/** /**
* 点击底部按钮跳转 * 点击底部按钮跳转

View File

@@ -159,10 +159,10 @@ onShareTimeline(() => {
<Container :isHome="true" :showBackToGame="true"> <Container :isHome="true" :showBackToGame="true">
<view class="container"> <view class="container">
<view class="top-theme"> <view class="top-theme">
<image <!-- <image
src="https://static.shelingxingqiu.com/attachment/2025-12-31/dfc9dxrq4xn7e6y2pp.png" src="https://static.shelingxingqiu.com/attachment/2025-12-31/dfc9dxrq4xn7e6y2pp.png"
mode="widthFix" mode="widthFix"
/> /> -->
</view> </view>
<UserHeader showRank :onSignin="() => (showModal = true)"/> <UserHeader showRank :onSignin="() => (showModal = true)"/>
<view :style="{ padding: '12px 10px' }"> <view :style="{ padding: '12px 10px' }">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB