mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 17:15:09 +00:00
Update and rename IPInfo.js to IPInfo1.js
This commit is contained in:
@@ -24,5 +24,5 @@ var title = flags.get(obj['country_code']) + ' '+ obj['country_name'];
|
||||
var subtitle =''+ValidCheck(obj['city'])+'-'+'('+obj['asn_org']+')'+'';
|
||||
var ip = obj['ip'];
|
||||
var description = obj['country_name'] + '-' +ValidCheck(obj['city']) + '\n' + obj['asn'] + '\n' + obj['asn_org']+ '\n' + obj['ip'];
|
||||
|
||||
$notify("test","test",body);
|
||||
$done({title, subtitle, ip, description});
|
||||
Reference in New Issue
Block a user