503ae19683
迁移移动端 WebView 容器到 shell 层 更新原生壳结构门禁和移动壳配置检查 同步宿主壳结构文档
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import MobileShellApp from './src/shell/MobileShellApp';
|
|
|
|
export default function App() {
|
|
return <MobileShellApp />;
|
|
}
|