mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
fix: rcmd list
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -45,3 +45,7 @@ extension ListExt<T> on List<T>? {
|
||||
extension StringExt on String {
|
||||
String get http2https => replaceFirst(RegExp("^http://"), "https://");
|
||||
}
|
||||
|
||||
extension boolExt on bool {
|
||||
bool get not => !this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user