other: xhj google appbundle
独立打包入口
This commit is contained in:
parent
e9921f1180
commit
c14b397bd3
11
lib/main_xhj_bundle_lite.dart
Executable file
11
lib/main_xhj_bundle_lite.dart
Executable file
@ -0,0 +1,11 @@
|
||||
import 'app_settings/app_settings.dart';
|
||||
import 'flavors.dart';
|
||||
|
||||
import 'main.dart' as runner;
|
||||
|
||||
Future<void> main() async {
|
||||
F.appFlavor = Flavor.xhj;
|
||||
F.isLite = true;
|
||||
// AppLog.log('xhj_lite调用了main函数');
|
||||
await runner.main();
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user