mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix & opt.
- fix: db type err - opt.: server detail page `customCmd` card
This commit is contained in:
@@ -36,4 +36,4 @@ extension ServerX on Server {
|
||||
return status.err ?? l10n.serverTabFailed;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -122,7 +122,7 @@ class ServerPrivateInfo {
|
||||
pwd != old.pwd ||
|
||||
keyId != old.keyId ||
|
||||
alterUrl != old.alterUrl ||
|
||||
jumpId != old.jumpId ||
|
||||
jumpId != old.jumpId ||
|
||||
custom?.cmds != old.custom?.cmds;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user