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