feat(game): 添加桌面游戏历史组件并优化布局样式

This commit is contained in:
JiaJun
2026-04-27 17:44:35 +08:00
parent 9127a06d4a
commit 36ce93d8d0
9 changed files with 56 additions and 37 deletions

View File

@@ -0,0 +1,3 @@
export function DesktopGameHistory() {
return <div className={'w-full'}>DesktopGameHistory</div>
}