初始化项目

This commit is contained in:
wyf
2025-04-11 08:47:46 +08:00
parent e0e1055d65
commit 9396f18d09
199 changed files with 6516 additions and 216 deletions

View File

@@ -0,0 +1,15 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'main_page_controller.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
MainPageModel _$MainPageModelFromJson(Map<String, dynamic> json) =>
MainPageModel()..currentIndex = (json['currentIndex'] as num).toInt();
Map<String, dynamic> _$MainPageModelToJson(MainPageModel instance) =>
<String, dynamic>{
'currentIndex': instance.currentIndex,
};