mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: member card: show prInfo
Closes #571 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:PiliPlus/models/space/pr_info.dart';
|
||||
import 'package:PiliPlus/models/space/space_tag_bottom.dart';
|
||||
import 'package:json_annotation/json_annotation.dart';
|
||||
|
||||
@@ -58,8 +59,8 @@ class Card {
|
||||
String? pendantUrl;
|
||||
@JsonKey(name: 'pendant_title')
|
||||
String? pendantTitle;
|
||||
// @JsonKey(name: 'pr_info')
|
||||
// PrInfo? prInfo;
|
||||
@JsonKey(name: 'pr_info')
|
||||
PrInfo? prInfo;
|
||||
Relation? relation;
|
||||
@JsonKey(name: 'is_deleted')
|
||||
int? isDeleted;
|
||||
@@ -120,7 +121,7 @@ class Card {
|
||||
this.achieve,
|
||||
this.pendantUrl,
|
||||
this.pendantTitle,
|
||||
// this.prInfo,
|
||||
this.prInfo,
|
||||
this.relation,
|
||||
this.isDeleted,
|
||||
this.honours,
|
||||
|
||||
Reference in New Issue
Block a user