opt models

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-04 15:20:35 +08:00
parent f50b1d2beb
commit b960359a39
858 changed files with 11000 additions and 12588 deletions

View File

@@ -8,7 +8,7 @@ abstract class BaseRecVideoItemModel extends BaseVideoItemModel {
// app推荐专属
int? param;
String? bangumiBadge;
String? pgcBadge;
}
class RecVideoItemModel extends BaseRecVideoItemModel {
@@ -18,7 +18,7 @@ class RecVideoItemModel extends BaseRecVideoItemModel {
cid = json["cid"];
goto = json["goto"];
uri = json["uri"];
pic = json["pic"];
cover = json["pic"];
title = json["title"];
duration = json["duration"];
pubdate = json["pubdate"];