From 7a7c70ac046bc68279eb56fa5a8cd38cc4595812 Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Mon, 15 Jul 2019 08:37:57 +0800 Subject: [PATCH] Update IPConfig.js --- Scripts/IPConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/IPConfig.js b/Scripts/IPConfig.js index 65366ec..d1c00c7 100644 --- a/Scripts/IPConfig.js +++ b/Scripts/IPConfig.js @@ -22,6 +22,6 @@ var title = flags.get(obj['country_iso']) + ' '+ obj['country'] // flags[obj['countrycode']] +obj['country']+ foods[getRandomInt(foods.length)]; var subtitle =''+ '('+obj['asn_org']+')'+''; var ip = obj['query']; -var description = obj['country'] + '-' + obj['city'] + '\n' + obj['asn'] + '\n' + obj['asn_org']+ '\n' + ip; +var description = obj['country'] + '-' + obj['city'] + '\n' + obj['asn'] + '\n' + obj['asn_org']+ '\n' + obj['ip']; $done({title, subtitle, ip, description});