opt handle res

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-25 11:16:35 +08:00
parent f29385ccef
commit fd55383778
91 changed files with 957 additions and 387 deletions

View File

@@ -1,7 +1,7 @@
import 'package:PiliPlus/pages/common/multi_select_controller.dart';
class FavArticleModel with MultiSelectData {
FavArticleModel({
class FavNoteModel with MultiSelectData {
FavNoteModel({
this.webUrl,
this.title,
this.summary,
@@ -19,7 +19,7 @@ class FavArticleModel with MultiSelectData {
dynamic cvid;
dynamic noteId;
FavArticleModel.fromJson(Map json) {
FavNoteModel.fromJson(Map json) {
webUrl = json['web_url'];
title = json['title'];
summary = json['summary'];