Update IPCustom.js

This commit is contained in:
Shawn
2019-06-29 19:02:37 +08:00
committed by GitHub
parent b650925310
commit e5266901e2

View File

@@ -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);