mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 无障碍语义适配
This commit is contained in:
@@ -826,15 +826,15 @@ class Like {
|
||||
|
||||
class Stat {
|
||||
Stat({
|
||||
this.danmaku,
|
||||
this.danmu,
|
||||
this.play,
|
||||
});
|
||||
|
||||
String? danmaku;
|
||||
String? danmu;
|
||||
String? play;
|
||||
|
||||
Stat.fromJson(Map<String, dynamic> json) {
|
||||
danmaku = json['danmaku'];
|
||||
danmu = json['danmaku'];
|
||||
play = json['play'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user