exports.endpoint = function(request, response) {
response.end(JSON.stringify({
"configName":"gpt",
"useBaidu":1,
"switch": {
"Universal": 1
},
"pt": {
"CheckDistance": 200,
"MoveSpeedByMin": 100,
"CheckInterval": 60,
"info1": "b", // welcome skip. 'a': show, 'b': not show
"info2": "10", // welcome button. 'a': no delay, 'b': not show, 'number': delay seconds
"info3": "b" // welcome2 show. 'a': show, 'b': not show
}
}));
}