mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 02:56:58 +08:00
@@ -42,24 +42,24 @@ class SpaceSetting {
|
||||
});
|
||||
|
||||
factory SpaceSetting.fromJson(Map<String, dynamic> json) => SpaceSetting(
|
||||
channel: json['channel'] as int?,
|
||||
favVideo: json['fav_video'] as int?,
|
||||
coinsVideo: json['coins_video'] as int?,
|
||||
likesVideo: json['likes_video'] as int?,
|
||||
bangumi: json['bangumi'] as int?,
|
||||
playedGame: json['played_game'] as int?,
|
||||
groups: json['groups'] as int?,
|
||||
comic: json['comic'] as int?,
|
||||
bbq: json['bbq'] as int?,
|
||||
dressUp: json['dress_up'] as int?,
|
||||
disableFollowing: json['disable_following'] as int?,
|
||||
livePlayback: json['live_playback'] as int?,
|
||||
closeSpaceMedal: json['close_space_medal'] as int?,
|
||||
onlyShowWearing: json['only_show_wearing'] as int?,
|
||||
disableShowSchool: json['disable_show_school'] as int?,
|
||||
disableShowNft: json['disable_show_nft'] as int?,
|
||||
disableShowFans: json['disable_show_fans'] as int?,
|
||||
chargeVideo: json['charge_video'] as int?,
|
||||
lessonVideo: json['lesson_video'] as int?,
|
||||
);
|
||||
channel: json['channel'] as int?,
|
||||
favVideo: json['fav_video'] as int?,
|
||||
coinsVideo: json['coins_video'] as int?,
|
||||
likesVideo: json['likes_video'] as int?,
|
||||
bangumi: json['bangumi'] as int?,
|
||||
playedGame: json['played_game'] as int?,
|
||||
groups: json['groups'] as int?,
|
||||
comic: json['comic'] as int?,
|
||||
bbq: json['bbq'] as int?,
|
||||
dressUp: json['dress_up'] as int?,
|
||||
disableFollowing: json['disable_following'] as int?,
|
||||
livePlayback: json['live_playback'] as int?,
|
||||
closeSpaceMedal: json['close_space_medal'] as int?,
|
||||
onlyShowWearing: json['only_show_wearing'] as int?,
|
||||
disableShowSchool: json['disable_show_school'] as int?,
|
||||
disableShowNft: json['disable_show_nft'] as int?,
|
||||
disableShowFans: json['disable_show_fans'] as int?,
|
||||
chargeVideo: json['charge_video'] as int?,
|
||||
lessonVideo: json['lesson_video'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user