- 移除 useGameBoardVm 数据层实施说明文档 - 移除核心玩法与前端规则摘要文档 - 移除游戏模块数据与界面分层第一阶段实施稿文档 - 清理与数据层重构相关的技术方案说明 - 删除关于 PC 和 Mobile 界面分离的设计规划 - 移除 view-model hooks 架构设计相关内容
8 lines
199 B
TypeScript
8 lines
199 B
TypeScript
import { createFileRoute } from '@tanstack/react-router'
|
|
|
|
import { MainEntryPage } from '@/main/main-entry-page.tsx'
|
|
|
|
export const Route = createFileRoute('/$lang/')({
|
|
component: MainEntryPage,
|
|
})
|