opt: member page

This commit is contained in:
bggRGjQaUbCoE
2024-10-18 11:25:35 +08:00
parent 122328c18e
commit b57d1a0a62
6 changed files with 100 additions and 59 deletions

View File

@@ -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?,