From b9b407737a425e665ebf3a47a8eacbeaf823a409 Mon Sep 17 00:00:00 2001 From: zhuhjay Date: Sun, 2 Nov 2025 18:38:50 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E6=9B=B4=E6=96=B0=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E5=88=97=E8=A1=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增京东Cookie辅助脚本说明 - 新增携趣白名单切换脚本说明- 补充脚本定时规则与环境变量配置 - 调整文档结构便于查阅chore(scripts): 更新携趣切换脚本定时规则 - 将执行时间从 0 12 * * * 调整为 38 2,8,14,20 * * * - 优化脚本执行频率以提高效率 --- README.md | 8 ++++++++ xiequ/scrip_switch.js | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da847d4..e267619 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ - 📝 详细的文档说明 - 🚀 持续更新维护 +## 脚本列表 + +| 脚本名称 | 文件路径 | 功能描述 | 环境变量 | 定时规则 | +|---------|---------|----------|----------|----------| +| 京东Cookie辅助脚本 | `jd/scrip_moving_env_enhance.js` | 将JD CK进行重排序,保证所有账号都有助力与被助力的机会 | 需要修改脚本内域名(对应ql的域名) | `59 23 */3 * *` | +| 携趣白名单切换 | `xiequ/scrip_switch.js` | 多个携趣账号,多个IP,自动选择合适的携趣进行白名单切换 | `XQ_ACCOUNTS`
`XQ_WHITELIST` | `38 2,8,14,20 * * *` | + + ## 安装使用 ### 环境要求 diff --git a/xiequ/scrip_switch.js b/xiequ/scrip_switch.js index ef675db..180de01 100644 --- a/xiequ/scrip_switch.js +++ b/xiequ/scrip_switch.js @@ -1,5 +1,5 @@ /** - * cron: 0 12 * * * + * cron: 38 2,8,14,20 * * * * * 携趣白名单切换(多个携趣,多个IP,多个IP选中一个合适的携趣进行切换) */