mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 01:56:47 +08:00
mod: update whisper badge
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import 'room.dart';
|
||||
import 'user.dart';
|
||||
import 'package:PiliPlus/models/live/live_search/room.dart';
|
||||
import 'package:PiliPlus/models/live/live_search/user.dart';
|
||||
|
||||
class LiveSearchData {
|
||||
String? type;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'data.dart';
|
||||
import 'package:PiliPlus/models/live/live_search/data.dart';
|
||||
|
||||
class LiveSearch {
|
||||
int? code;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'room_item.dart';
|
||||
import 'package:PiliPlus/models/live/live_search/room_item.dart';
|
||||
|
||||
class Room {
|
||||
List<LiveSearchRoomItemModel>? list;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'watched_show.dart';
|
||||
import 'package:PiliPlus/models/live/live_search/watched_show.dart';
|
||||
|
||||
class LiveSearchRoomItemModel {
|
||||
int? roomid;
|
||||
|
||||
Reference in New Issue
Block a user