棉花app新增页面

This commit is contained in:
czz
2025-06-03 09:34:31 +08:00
parent 79a9f165e1
commit 7e0dfa7494
112 changed files with 18479 additions and 73 deletions

View File

@@ -0,0 +1,15 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'img_preview_controller.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
ImgPreviewModel _$ImgPreviewModelFromJson(Map<String, dynamic> json) =>
ImgPreviewModel()..url = json['url'] as String?;
Map<String, dynamic> _$ImgPreviewModelToJson(ImgPreviewModel instance) =>
<String, dynamic>{
'url': instance.url,
};