与服务端接口打通
This commit is contained in:
@@ -10,5 +10,23 @@
|
||||
"type": "list",
|
||||
"hint": "填写需要屏蔽的用户ID,多个ID用英文逗号分隔",
|
||||
"default": []
|
||||
},
|
||||
"server": {
|
||||
"description": "后端服务器相关配置",
|
||||
"type": "object",
|
||||
"items": {
|
||||
"url": {
|
||||
"description": "后端服务器地址",
|
||||
"type": "string",
|
||||
"hint": "填写后端服务器的地址,用于收到消息时从服务端获取响应",
|
||||
"default": "http://127.0.0.1:8080"
|
||||
},
|
||||
"token": {
|
||||
"description": "后端服务器请求token,请手动从后端服务器生成token并配置",
|
||||
"type": "string",
|
||||
"hint": "填写后端服务器的token",
|
||||
"default": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user