更换点赞图片API

This commit is contained in:
yeyang
2022-10-10 14:31:05 +08:00
parent 34fc10543f
commit 3374f53236

View File

@@ -41,8 +41,9 @@ export class example extends plugin {
/** 点赞成功回复的图片*/
let imgs = [
"https://xiaobai.klizi.cn/API/ce/zan.php?qq=",
"https://xiaobapi.top/api/xb/api/bixin.php?qq=",
"https://xiaobapi.top/api/xb/api/zan.php?qq="]
"https://xiaobai.klizi.cn/API/ce/xin.php?qq=",
"https://ovooa.com/API/zan/api.php?QQ=2354452553",
]
/** 一个随机数 */
let random = Math.floor(Math.random() * (imgs.length - 0))
let success_img = segment.image(imgs[random] + e.user_id)