refa: dir

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-03 13:57:47 +08:00
parent 57fa8b4f3e
commit 7f70ee5045
260 changed files with 748 additions and 967 deletions

View File

@@ -4,7 +4,7 @@ import 'badge.dart';
import 'cursor_attr.dart';
import 'three_point.dart';
class Item extends BaseSimpleVideoItemModel {
class SpaceArchiveItem extends BaseSimpleVideoItemModel {
String? subtitle;
String? tname;
String? get cover => pic; // 不知道哪里使用了cover
@@ -34,7 +34,7 @@ class Item extends BaseSimpleVideoItemModel {
Map? season;
Map? history;
Item.fromJson(Map<String, dynamic> json) {
SpaceArchiveItem.fromJson(Map<String, dynamic> json) {
title = json['title'];
subtitle = json['subtitle'];
tname = json['tname'];