fix & opt.

- fix: db type err
- opt.: server detail page `customCmd` card
This commit is contained in:
lollipopkit
2024-03-27 18:10:12 -06:00
parent bfece9ae7d
commit f5d5bf9c37
9 changed files with 46 additions and 70 deletions

View File

@@ -36,4 +36,4 @@ extension ServerX on Server {
return status.err ?? l10n.serverTabFailed;
}
}
}
}

View File

@@ -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;
}