mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 13:05:10 +00:00
..
This commit is contained in:
@@ -41,7 +41,7 @@ var flags = new Map([[ "AC" , "🇦🇨" ] , [ "AF" , "🇦🇫" ] , [ "AI" , "
|
||||
var body = $response.body;
|
||||
var obj = JSON.parse(body);
|
||||
var title =flags.get(obj['countryCode']) + ' '+ Area_check(obj['country']);
|
||||
var subtitle =''+City_ValidCheck(obj['city'])+'-'+'('+ ISP_ValidCheck(obj['org'])+')'+'';
|
||||
var subtitle ='👥'+City_ValidCheck(obj['city'])+'-'+'['+ ISP_ValidCheck(obj['org'])+']';
|
||||
var ip = obj['query'];
|
||||
var description = '服务商:'+obj['isp'] + '\n'+'地区:' +City_ValidCheck(obj['regionName'])+ '\n' + 'IP:'+ obj['query'] + '\n' +'时区:'+ obj['timezone'];
|
||||
$done({title, subtitle, ip, description});
|
||||
|
||||
Reference in New Issue
Block a user