opt: parse sys msg (#1770)

This commit is contained in:
My-Responsitories
2025-12-08 23:06:46 +08:00
committed by GitHub
parent 773bdafec3
commit ff4f97de1a
5 changed files with 46 additions and 46 deletions

View File

@@ -75,7 +75,7 @@ class PgcController
list1.isNotEmpty &&
list2.isNotEmpty) {
for (var i = 0; i < list1.length; i++) {
list1[i] + list2[i];
list1[i].addAll(list2[i]);
}
} else {
list1 ??= list2;