更新分享

This commit is contained in:
wyf
2025-04-28 15:37:58 +08:00
parent 850c34b408
commit eae7a2284d
116 changed files with 12143 additions and 3017 deletions

View File

@@ -0,0 +1,14 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'home_controller.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
HomeModel _$HomeModelFromJson(Map<String, dynamic> json) =>
HomeModel()..type = (json['type'] as num?)?.toInt();
Map<String, dynamic> _$HomeModelToJson(HomeModel instance) => <String, dynamic>{
'type': instance.type,
};