From 577d85b329a10988d1752bb4393a3bc52648686c Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Mon, 1 Jun 2020 16:52:48 +0800 Subject: [PATCH] .. --- .DS_Store | Bin 14340 -> 14340 bytes Scripts/IP_API.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 6b60ec969665bbfa680efb07b78710eefae3e3f7..78e6ca4dfffdf671105953ed482ae94ea56ad9f6 100644 GIT binary patch delta 15 WcmZoEXeromR-DP)c=LI2Qw0DtjRn^L delta 15 WcmZoEXeromR-DPqX!Ch-Qw0DtfCbe6 diff --git a/Scripts/IP_API.js b/Scripts/IP_API.js index 5258596..8168a7a 100644 --- a/Scripts/IP_API.js +++ b/Scripts/IP_API.js @@ -41,7 +41,7 @@ var flags = new Map([[ "AC" , "🇦🇨" ] , [ "AF" , "🇦🇫" ] , [ "AI" , " var body = $response.body; var obj = JSON.parse(body); var title =flags.get(obj['countryCode']) + ' '+ Area_check(obj['country']); -var subtitle =''+City_ValidCheck(obj['city'])+'-'+'('+ ISP_ValidCheck(obj['org'])+')'+''; +var subtitle ='👥'+City_ValidCheck(obj['city'])+'-'+'['+ ISP_ValidCheck(obj['org'])+']'; var ip = obj['query']; var description = '服务商:'+obj['isp'] + '\n'+'地区:' +City_ValidCheck(obj['regionName'])+ '\n' + 'IP:'+ obj['query'] + '\n' +'时区:'+ obj['timezone']; $done({title, subtitle, ip, description});