Files
Genarrative/apps/mobile-shell/App.tsx
T
kdletters 503ae19683 拆薄移动端壳入口
迁移移动端 WebView 容器到 shell 层

更新原生壳结构门禁和移动壳配置检查

同步宿主壳结构文档
2026-06-18 17:27:11 +08:00

6 lines
121 B
TypeScript

import MobileShellApp from './src/shell/MobileShellApp';
export default function App() {
return <MobileShellApp />;
}