feat: 游戏大厅
This commit is contained in:
@@ -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>('贪吃蛇')
|
||||
|
||||
/**
|
||||
* 设置顶部导航栏标题
|
||||
|
||||
Reference in New Issue
Block a user