From 4a132be78edde891e178a586f0df79a756f33d5b Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Sun, 7 Jul 2019 21:46:40 +0800 Subject: [PATCH] Update IPCustom.js --- Scripts/IPCustom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/IPCustom.js b/Scripts/IPCustom.js index 6716c1a..2742769 100644 --- a/Scripts/IPCustom.js +++ b/Scripts/IPCustom.js @@ -19,7 +19,7 @@ const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺', var body = $response.body; var obj = JSON.parse(body); var title = emojis[getRandomInt(emojis.length)] +obj['country'] +obj['city']+' '+ foods[getRandomInt(foods.length)]; -var subtitle =obj['isp']+ '('obj['ipType']+')'; +var subtitle =obj['isp']+ '('+obj['ipType']+')'; var ip = obj['query']; var description = obj['country'] + '-' + obj['city'] + '\n' + obj['isp'] + '\n' + obj['ipType']+ '\n' + ip;