mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: follow btn text
This commit is contained in:
@@ -21,6 +21,8 @@ part 'data.g.dart';
|
||||
@JsonSerializable()
|
||||
class Data {
|
||||
int? relation;
|
||||
@JsonKey(name: 'rel_special')
|
||||
int? relSpecial;
|
||||
@JsonKey(name: 'guest_relation')
|
||||
int? guestRelation;
|
||||
@JsonKey(name: 'default_tab')
|
||||
@@ -54,6 +56,7 @@ class Data {
|
||||
|
||||
Data({
|
||||
this.relation,
|
||||
this.relSpecial,
|
||||
this.guestRelation,
|
||||
this.defaultTab,
|
||||
this.isParams,
|
||||
|
||||
Reference in New Issue
Block a user