mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 17:15:09 +00:00
Update IPConfig.js
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user