bc3b464349
微信小程序 host-bridge 与 shell 文件改为职责命名 移动壳 host-bridge 与 shell 文件改为职责命名 更新原生壳结构门禁、微信 smoke 和宿主壳文档
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import ShellApp from './src/shell/ShellApp';
|
|
|
|
export default function App() {
|
|
return <ShellApp />;
|
|
}
|