We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd9ec1 commit fdd67e5Copy full SHA for fdd67e5
1 file changed
README.md
@@ -26,7 +26,7 @@ If everything is normal, it will return:
26
27
一切正常的话,将会返回:
28
29
-```json
+```jsonc
30
{
31
"name":"My Server Name",
32
"port":7777,
@@ -36,8 +36,9 @@ If everything is normal, it will return:
36
// or [] 或 []
37
"list":[
38
39
- "Nickname":"德二吹风机D2s",
40
- "RemoteAdminAccess":true
+ "name": "德二吹风机D2s",
+ "is_admin": true,
41
+ "is_dummy": false
42
}
43
],
44
"admins":1
0 commit comments