mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 17:15:09 +00:00
Update and rename IPInfo2.js to IPInfo.js
This commit is contained in:
@@ -23,7 +23,8 @@ var bd=body.split('\n')[1];
|
||||
var obj = JSON.parse(bd);
|
||||
$notify("test","test",bd);
|
||||
$notify("test1","test",obj['country_code']);
|
||||
var title = flags.get(obj['country_code']) + ' '+ obj['country_name'];
|
||||
var title = obj['location']['captial']
|
||||
//flags.get(obj['country_code']) + ' '+ obj['country_name'];
|
||||
var subtitle =''+ValidCheck(obj['city'])+'-'+'('+ValidCheck(obj['continent_name'])+')'+'';
|
||||
var ip = obj['ip'];
|
||||
var description = obj['country_name'] + '-' +ValidCheck(obj['city']) + '\n' + obj['type'] + '\n' + obj['ip'];
|
||||
Reference in New Issue
Block a user