mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: member page
This commit is contained in:
@@ -16,7 +16,7 @@ Tab _$TabFromJson(Map<String, dynamic> json) => Tab(
|
||||
coin: json['coin'] as bool?,
|
||||
like: json['like'] as bool?,
|
||||
community: json['community'] as bool?,
|
||||
dyn: json['dynamic'] as bool?,
|
||||
dyn: false, //json['dynamic'] as bool?,
|
||||
audios: json['audios'] as bool?,
|
||||
shop: json['shop'] as bool?,
|
||||
mall: json['mall'] as bool?,
|
||||
|
||||
Reference in New Issue
Block a user