mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
mod: update whisper badge
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import 'package:PiliPlus/models/live/live_feed_index/card_data_item.dart';
|
||||
import 'package:PiliPlus/models/live/live_feed_index/card_data_list_item.dart';
|
||||
|
||||
import 'card_data_item.dart';
|
||||
|
||||
class CardData {
|
||||
CardDataItem? bannerV2;
|
||||
CardDataItem? myIdolV1;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import 'package:PiliPlus/models/live/live_feed_index/card_data_list_item.dart';
|
||||
|
||||
import 'module_info.dart';
|
||||
import 'package:PiliPlus/models/live/live_feed_index/module_info.dart';
|
||||
|
||||
class CardDataItem {
|
||||
ModuleInfo? moduleInfo;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'watched_show.dart';
|
||||
import 'package:PiliPlus/models/live/live_feed_index/watched_show.dart';
|
||||
|
||||
class CardLiveItem {
|
||||
int? roomid;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'card_data.dart';
|
||||
import 'package:PiliPlus/models/live/live_feed_index/card_data.dart';
|
||||
|
||||
class LiveCardList {
|
||||
String? cardType;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'card_list.dart';
|
||||
import 'package:PiliPlus/models/live/live_feed_index/card_list.dart';
|
||||
|
||||
class LiveIndexData {
|
||||
List<LiveCardList>? cardList;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'data.dart';
|
||||
import 'package:PiliPlus/models/live/live_feed_index/data.dart';
|
||||
|
||||
class LiveFeedIndex {
|
||||
int? code;
|
||||
|
||||
Reference in New Issue
Block a user