修改只在首页和排位赛显示顶部返回游戏

This commit is contained in:
kron
2025-07-16 15:55:45 +08:00
parent 492412ce4b
commit c0dd20cb3f
6 changed files with 4 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ defineProps({
},
showBackToGame: {
type: Boolean,
default: true,
default: false,
},
});
const isIos = ref(true);