fix: docker ps parse if id/name is too long

This commit is contained in:
lollipopkit
2024-06-08 20:57:56 +08:00
parent 8121eef839
commit 9f34021c90
8 changed files with 69 additions and 34 deletions

View File

@@ -3,4 +3,4 @@ import 'package:fl_lib/fl_lib.dart';
abstract final class RNodes {
static final app = RNode();
static final dark = false.vn;
}
}