mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: show staff verf
Closes #259 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -291,6 +291,7 @@ class Staff {
|
||||
String? name;
|
||||
String? face;
|
||||
Vip? vip;
|
||||
Map? official;
|
||||
|
||||
Staff({
|
||||
this.mid,
|
||||
@@ -306,6 +307,7 @@ class Staff {
|
||||
name = json["name"];
|
||||
face = json["face"];
|
||||
vip = json["vip"] == null ? null : Vip.fromJson(json["vip"]);
|
||||
official = json['official'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user