mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 17:15:09 +00:00
Update IPCheck.js
This commit is contained in:
@@ -21,7 +21,7 @@ var flags = new Map([[ "AC" , "🇦🇨" ] , [ "AF" , "🇦🇫" ] , [ "AI" , "
|
||||
var body = $response.body;
|
||||
var obj = JSON.parse(body);
|
||||
var title = flags.get(obj['countryCode']) + ' '+ obj['country'];
|
||||
var subtitle =''+ValidCheck(obj['city'])+'('+obj['org']+')'+'';
|
||||
var subtitle =''+ValidCheck(obj['city'])+'-'+'('+obj['org']+')'+'';
|
||||
var ip = obj['query'];
|
||||
var description = obj['country'] + '-' +ValidCheck(obj['city']) + '\n' + obj['org'] + '\n'+obj['ipName']+ '\n' + obj['query'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user