11:11 · Aug 22, 2024 · Thu 之前IDC服务器CF签到脚本发给大家玩玩(活动失效)https://linux.do/t/topic/183465发布时间:2024-08-22 11:10:27 LINUX DO 之前IDC服务器CF签到脚本发给大家玩玩(活动失效) Wroker addEventListener('fetch', event => { event.respondWith(handleRequest(event.request)) }) async function handleRequest(request) { try { const USERNAME = IDC_USERNAME; const PASSWORD = IDC_PASSWORD; const TELEGRAM_BOT_TOKEN = telegramBotToken;…