feat: 游戏大厅

This commit is contained in:
2026-06-18 12:20:11 +08:00
parent dd8157b723
commit a2057da8fa
6 changed files with 973 additions and 50 deletions

View File

@@ -7,11 +7,11 @@ export const useBaseLayoutStore = defineStore(
/** 顶部导航栏标题 */
const topbarTitle = ref<string>('')
/** 当前选中的游戏 ID */
const activeGameId = ref<string>('basketball')
const activeGameId = ref<string>('snake')
/** 当前选中的游戏图标 */
const activeGameIcon = ref<string>('🏀')
const activeGameIcon = ref<string>('🐍')
/** 当前选中的游戏名称 */
const activeGameName = ref<string>('篮球对决')
const activeGameName = ref<string>('贪吃蛇')
/**
* 设置顶部导航栏标题