TeleBox: admin_board 管理员排行榜 末位淘汰
🆕 席位锁定支持传入可选参数指定对话
原消息
TeleBox 合集
频道资源合集
群组
恰饭
联系推广
#TeleBox #Telegram #tg #人形自走机器人 #bot #插件 #脚本 #管理员 #消息 #排序 #排行榜 #末位 #淘汰
🆕 席位锁定支持传入可选参数指定对话
.tpm i admin_board- ❤️1
.tpm i admin_board
.tpm i admin_board
function operator(proxies) {
const withLatency = proxies.filter(p => p._latency !== undefined)
const withoutLatency = proxies.filter(p => p._latency === undefined)
withLatency.sort((a, b) => Number(a._latency) - Number(b._latency))
return [...withLatency, ...withoutLatency]
}
async function operator(proxies = [], targetPlatform, env) {
subs = ['1', '2' ];
return proxies.sort((a, b) => {
const indexA = subs.indexOf(a.subName);
const indexB = subs.indexOf(b.subName);
return indexA - indexB;
});
}