mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
@@ -11,7 +11,7 @@ class DanmakuBlockDataModel {
|
||||
rule1 = <SimpleRule>[];
|
||||
rule2 = <SimpleRule>[];
|
||||
if (json['rule'] case List list) {
|
||||
for (var e in list) {
|
||||
for (final e in list) {
|
||||
SimpleRule item = SimpleRule.fromJson(e);
|
||||
switch (item.type) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user