mod: update whisper badge

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-06 22:44:34 +08:00
parent b19c718a2a
commit fcb7330970
13 changed files with 14 additions and 15 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -1,4 +1,4 @@
import 'watched_show.dart';
import 'package:PiliPlus/models/live/live_feed_index/watched_show.dart';
class CardLiveItem {
int? roomid;

View File

@@ -1,4 +1,4 @@
import 'card_data.dart';
import 'package:PiliPlus/models/live/live_feed_index/card_data.dart';
class LiveCardList {
String? cardType;

View File

@@ -1,4 +1,4 @@
import 'card_list.dart';
import 'package:PiliPlus/models/live/live_feed_index/card_list.dart';
class LiveIndexData {
List<LiveCardList>? cardList;

View File

@@ -1,4 +1,4 @@
import 'data.dart';
import 'package:PiliPlus/models/live/live_feed_index/data.dart';
class LiveFeedIndex {
int? code;