mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 17:15:09 +00:00
Update IPCustom.js
This commit is contained in:
@@ -13,8 +13,8 @@ function getRandomInt(max) {
|
|||||||
return Math.floor(Math.random() * Math.floor(max));
|
return Math.floor(Math.random() * Math.floor(max));
|
||||||
}
|
}
|
||||||
|
|
||||||
const foods = ['🍎', '🍐', '🍊', '🍋', '🍌', '🍉', '🍇', '🍓', '🍈', '🍒', '🍑', '🥭', '🍅']
|
const foods = ['🍎', '🍐', '🍊', '🍋', '🍌', '🍉', '🍇', '🍓', '🍈', '🍒', '🍑', '🥭', '🍅', '🥑']
|
||||||
const emojis= ['😄','😁','😢','🤗','😡','😴','🤑','👽','🤖','🎃']
|
const emojis= ['🐧','🐬','🦉','🍄','⛳️','🚴','🤑','👽','🤖','🎃', '👺', '👁', '🐶', '🐼','🐌', '👥']
|
||||||
|
|
||||||
var body = $response.body;
|
var body = $response.body;
|
||||||
var obj = JSON.parse(body);
|
var obj = JSON.parse(body);
|
||||||
|
|||||||
Reference in New Issue
Block a user