diff --git a/.DS_Store b/.DS_Store index 6b60ec9..78e6ca4 100644 Binary files a/.DS_Store and b/.DS_Store differ 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});