From c5f20a607d490d064c26a2b678cb50c5279cd9fa Mon Sep 17 00:00:00 2001 From: XXhaos Date: Thu, 30 Apr 2026 10:13:08 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=E3=80=8CModules=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Modules/nodeseek.sgmodule | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Modules/nodeseek.sgmodule b/Modules/nodeseek.sgmodule index 123114e..56ad1fe 100644 --- a/Modules/nodeseek.sgmodule +++ b/Modules/nodeseek.sgmodule @@ -1,15 +1,15 @@ -#!name = NodeSeek 自动签到 -#!desc = NodeSeek 论坛每日签到。包含 Cookie 抓取(MITM)与定时签到两个脚本。基于 Sliverkiss 原版安全加固:域名白名单、Cookie 日志脱敏、自动重试。 -#!author = XXhaos -#!category = 签到 -#!system = ios, mac -#!arguments = is_default:false, is_debug:false -#!arguments-desc = is_default:鸡腿模式(false = 固定 5 个 / true = 随机)\nis_debug:是否输出调试日志(cookie 已自动脱敏) +#!name=NodeSeek 自动签到 +#!desc=NodeSeek 论坛每日签到。包含 Cookie 抓取(MITM)与定时签到两个脚本。基于 Sliverkiss 原版安全加固:域名白名单、Cookie 日志脱敏、自动重试。 +#!author=XXhaos +#!category=签到 +#!system=ios,mac +#!arguments=is_default:false,is_debug:false +#!arguments-desc=is_default:鸡腿模式(false = 固定 5 个 / true = 随机)\nis_debug:是否输出调试日志(cookie 已自动脱敏) [Script] NodeSeekToken = type=http-response, pattern=^https:\/\/www\.nodeseek\.com\/api\/account\/getInfo\/.+\?readme=, script-path=https://gitea.dragonisheep.com/XXhaos/Surge/raw/branch/master/Scripts/nodeseek.js, requires-body=true, timeout=60 -NodeSeek = type=cron, cronexp=10 0 * * *, script-path=https://gitea.dragonisheep.com/XXhaos/Surge/raw/branch/master/Scripts/nodeseek.js, timeout=60, wake-system=1, script-update-interval=0, argument=is_default={{{is_default}}}&is_debug={{{is_debug}}} +NodeSeek = type=cron, cronexp="10 0 * * *", script-path=https://gitea.dragonisheep.com/XXhaos/Surge/raw/branch/master/Scripts/nodeseek.js, timeout=60, wake-system=1, script-update-interval=0, argument="is_default={{{is_default}}}&is_debug={{{is_debug}}}" [MITM] hostname = %APPEND% www.nodeseek.com