vave-mobile-wrapper/ ├── lib/ │ └── main.dart # Flutter 主代码,WebView 包装器 ├── android/ # Android 配置 ├── ios/ # iOS 配置 ├── pubspec.yaml # Flutter 依赖 ├── codemagic.yaml # Codemagic CI/CD 配置 ...