feat:增加菜谱后端接口
This commit is contained in:
@@ -10,7 +10,7 @@ import 'package:shared_preferences/shared_preferences.dart';
|
||||
void main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
FormBuilderLocalizations.delegate.load(const Locale('zh', 'CN'));
|
||||
SPUtil.init();
|
||||
await SPUtil.init();
|
||||
runApp(const MyApp());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user