mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: article: show code
Closes #759 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -85,7 +85,7 @@ class RcmdStat implements BaseStat {
|
||||
class RcmdOwner extends BaseOwner {
|
||||
RcmdOwner.fromJson(Map<String, dynamic> json) {
|
||||
name = json['goto'] == 'av'
|
||||
? (json['args']?['up_name'])
|
||||
? (json['args']?['up_name'] ?? '')
|
||||
: (json['desc_button']?['text'] ?? '');
|
||||
mid = json['args']?['up_id'] ?? 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user