Update and rename IP_API.js to IP-API.js

This commit is contained in:
Shawn
2019-07-22 17:21:40 +08:00
committed by GitHub
parent a6d06d444d
commit 2093301c6b

View File

@@ -26,5 +26,5 @@ var title =flags.get(obj['countryCode']) + ' '+ obj['country'];
var subtitle =''+ValidCheck(obj['city'])+'-'+'('+ ValidCheck(obj['org'])+')'+'';
//$notify("TEST",title,subtitle);
var ip = obj['query'];
var description = obj['isp'] + '-' +ValidCheck(obj['regionName'])+ '\n' + obj['query'] + '\n' + obj['timezone'];
var description = '服务商:'obj['isp'] + '\n'+'地区:' +ValidCheck(obj['regionName'])+ '\n' + 'IP:'+ obj['query'] + '\n' +'时区:'+ obj['timezone'];
$done({title, subtitle, ip, description});