From fae8b2a028447fcff4052cfd4ed4c948b5f63fd9 Mon Sep 17 00:00:00 2001 From: Kop-Shawn Date: Tue, 2 Jun 2020 21:03:56 +0800 Subject: [PATCH] :robot: --- Scripts/IP_API.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/IP_API.js b/Scripts/IP_API.js index 8168a7a..ad5bf1c 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});