This commit is contained in:
arm64v8a
2022-10-13 17:18:01 +08:00
parent e2c227714c
commit adfc2e3601
6 changed files with 24 additions and 9 deletions

View File

@@ -139,7 +139,7 @@ namespace NekoRay::fmt {
{"port", serverPort},
{"users", QJsonArray{
QJsonObject{
{"id", uuid},
{"id", uuid.trimmed()},
{"alterId", aid},
{"security", security},
}
@@ -169,7 +169,7 @@ namespace NekoRay::fmt {
{"port", serverPort},
{"users", QJsonArray{
QJsonObject{
{"id", password},
{"id", password.trimmed()},
{"encryption", "none"},
}
}},