- 重写 generate_app.dart:添加品牌名校验、--android-language java、 自动安装 flutter_launcher_icons/flutter_native_splash dev 依赖、 所有 Process.run 结果检查 exitCode - 更新 quanxue.yaml:添加 branding 配置段 - 新增 flavors/quanxue/ 品牌资源目录(icon、foreground、splash) - 重新生成 apps/quanxue(含品牌图标和启动页) - 更新 README.md:品牌配置示例、资源规格说明、生成步骤 - 更新 web_shell_core/README.md:测试数量 54 → 67 |
||
|---|---|---|
| .. | ||
| android | ||
| lib | ||
| test | ||
| tool | ||
| .gitignore | ||
| .metadata | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
README.md
web_android_shell(已迁移)
⚠️ 本包为旧版入口,已迁移至 Monorepo 架构。
当前用途:为旧版 MainActivity 提供壳层入口,调用 web_shell_core 启动应用。
新品牌应用请使用 apps/ 目录下的独立应用,参考 apps/quanxue/。