Update and rename IPInfo.js to IPInfo1.js

This commit is contained in:
Shawn
2019-07-16 18:55:00 +08:00
committed by GitHub
parent 2ee18b4da1
commit e695cf7410

View File

@@ -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});