Compare commits

..

15 Commits

Author SHA1 Message Date
f0f145ba4a update 美团 2026-04-01 17:03:57 +08:00
ec851de317 update 美团 2026-04-01 16:52:34 +08:00
81b7c08f72 update 番茄小说 2026-03-31 23:01:55 +08:00
1c73fd3f6c update something 2026-03-31 16:52:33 +08:00
1ced8f10af update AI.list 2026-03-31 16:48:45 +08:00
e7a777d198 更新 AI.list 2026-03-31 12:41:00 +08:00
6f41b430c3 update bilibili 2026-03-29 23:51:06 +08:00
546e46d0e2 update cookies 2026-03-02 21:18:38 +08:00
184e8f8a1b 更新 AutoMonitorTF.js 2026-02-17 14:50:47 +08:00
71ef11a996 update 小蚕 2026-01-31 10:16:34 +08:00
b9030408e3 update bilibili 2026-01-29 10:06:51 +08:00
e08f88287b 更新 rewrite.snippet 2026-01-26 16:03:34 +08:00
206cf24997 update bilibili 2026-01-21 21:21:03 +08:00
5fc3835731 update bilibili 2026-01-21 21:05:56 +08:00
393ffb7ac6 update something 2026-01-19 20:52:10 +08:00
13 changed files with 233 additions and 209 deletions

File diff suppressed because one or more lines are too long

View File

@ -323,7 +323,7 @@ http-response ^https:\/\/mobile-consumer-sapp\.chery\.cn\/web\/user\/current\/de
# >>>>>>>>>>>>>>> ✅ R ✅ <<<<<<<<<<<<<< # >>>>>>>>>>>>>>> ✅ R ✅ <<<<<<<<<<<<<<
# > 人人视频 # > 人人视频
# hostname = # hostname =
http-request ^https:\/\/api\.rr\.tv\/user\/profile script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/rrtv/rrtv.cookie.js, timeout=60, tag=人人视频.cookie # http-request ^https:\/\/api\.rr\.tv\/user\/profile script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/rrtv/rrtv.cookie.js, timeout=60, tag=人人视频.cookie
@ -471,8 +471,8 @@ http-request ^https:\/\/getconfig-globalapi\.zymk\.cn\/app_api\/* script-path=ht
# > 字幕组 # > 字幕组
# hostname = # hostname =
http-request ^https?:\/\/(www\.)?rrys2020\.com\/?.? script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js, timeout=60, tag=字幕组.cookie # http-request ^https?:\/\/(www\.)?rrys2020\.com\/?.? script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js, timeout=60, tag=字幕组.cookie
http-request ^http:\/\/ios.zmzapi.com\/index.php.*a=(mobile_)?login script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js, timeout=60, tag=字幕组.cookie # http-request ^http:\/\/ios.zmzapi.com\/index.php.*a=(mobile_)?login script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js, timeout=60, tag=字幕组.cookie
# > 智行火车 # > 智行火车
# hostname = # hostname =

View File

@ -1,11 +1,11 @@
#!name=AI分流合集 #!name=AI分流合集
#!desc=选择支持的地区 #!desc=选择支持的地区
#!author=lodepuly #!author=lodepuly, fmz200
#!homepage=https://github.com/fmz200/wool_scripts #!homepage=https://github.com/fmz200/wool_scripts
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/author/NaiSi_01.png #!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/author/NaiSi_01.png
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Loon/rule/AI.list #!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Loon/rule/AI.list
#!tg-channel=https://t.me/inaisi #!tg-channel=https://t.me/inaisi
#!date=2025-10-03 21:12:08 #!date=2026-03-31 16:50:08
############################################# #############################################
# OpenAI ChatGPT # OpenAI ChatGPT
@ -26,14 +26,15 @@ DOMAIN-SUFFIX, openai.com
DOMAIN-SUFFIX, sora.com DOMAIN-SUFFIX, sora.com
# Apple Intelligence # Apple Intelligence
DOMAIN-SUFFIX,apple-relay.apple.com,Proxy DOMAIN-SUFFIX,apple-relay.apple.com
DOMAIN-SUFFIX,apple-relay.fastly-edge.com,Proxy DOMAIN-SUFFIX,apple-relay.fastly-edge.com
DOMAIN-SUFFIX,apple-relay.cloudflare.com,Proxy DOMAIN-SUFFIX,apple-relay.cloudflare.com
DOMAIN-SUFFIX,gateway.icloud.com,Proxy DOMAIN-SUFFIX,apple-relay.akamaized.net
DOMAIN-SUFFIX,guzzoni.apple.com,Proxy DOMAIN-SUFFIX,gateway.icloud.com
DOMAIN-SUFFIX,cp4.cloudflare.com,Proxy DOMAIN-SUFFIX,guzzoni.apple.com
DOMAIN-SUFFIX,gspe1-ssl.ls.apple.com,Proxy DOMAIN-SUFFIX,cp4.cloudflare.com
DOMAIN-SUFFIX,apps.mzstatic.com,Proxy DOMAIN-SUFFIX,gspe1-ssl.ls.apple.com
DOMAIN-SUFFIX,apps.mzstatic.com
# GitHub Copilot # GitHub Copilot
DOMAIN, api.githubcopilot.com DOMAIN, api.githubcopilot.com
@ -61,6 +62,8 @@ DOMAIN, proactivebackend-pa.googleapis.com
# Anthropic Claude # Anthropic Claude
DOMAIN-SUFFIX, anthropic.com DOMAIN-SUFFIX, anthropic.com
DOMAIN-SUFFIX, claude.ai DOMAIN-SUFFIX, claude.ai
DOMAIN-SUFFIX, claude.com
DOMAIN-SUFFIX, clau.de
DOMAIN-SUFFIX, claudeusercontent.com DOMAIN-SUFFIX, claudeusercontent.com
IP-CIDR, 160.79.104.0/23, no-resolve IP-CIDR, 160.79.104.0/23, no-resolve
IP-CIDR6, 2607:6bc0::/48, no-resolve IP-CIDR6, 2607:6bc0::/48, no-resolve

View File

@ -9,7 +9,7 @@
#!system = iOS, iPadOS #!system = iOS, iPadOS
#!system_version = #!system_version =
#!loon_version = #!loon_version =
#!date=2025-12-25 20:30:00 #!date=2026-03-31 23:00:00
#!support=约9392行 #!support=约9392行
#!proxy-select=REJECT #!proxy-select=REJECT
############################################# #############################################
@ -839,6 +839,8 @@ DOMAIN-SUFFIX, staticxx.facebook.com
# > 番茄小说 # > 番茄小说
DOMAIN, i-lq.snssdk.com DOMAIN, i-lq.snssdk.com
DOMAIN, is-lq.snssdk.com
DOMAIN, ug-sinfonlinea.bytedance.com
DOMAIN, dig.bdurl.net DOMAIN, dig.bdurl.net
DOMAIN, activity-ag.awemeughun.com DOMAIN, activity-ag.awemeughun.com
DOMAIN, mcs.snssdk.com DOMAIN, mcs.snssdk.com
@ -1517,12 +1519,11 @@ DOMAIN-SUFFIX, rads.msn.com
DOMAIN-SUFFIX, ad.mama.cn DOMAIN-SUFFIX, ad.mama.cn
# > 美团 # > 美团
DOMAIN, flowplus.meituan.net
DOMAIN-SUFFIX,analytics.meituan.net
DOMAIN-SUFFIX,meituan.xn DOMAIN-SUFFIX,meituan.xn
DOMAIN-SUFFIX,meituan.yoga DOMAIN-SUFFIX,meituan.yoga
DOMAIN-SUFFIX,meituangov.cn DOMAIN-SUFFIX,meituangov.cn
DOMAIN-SUFFIX,report.meituan.com DOMAIN-SUFFIX,report.meituan.com
DOMAIN-SUFFIX,analytics.meituan.net
DOMAIN-SUFFIX,wmlog.meituan.com DOMAIN-SUFFIX,wmlog.meituan.com
DOMAIN-SUFFIX,ad.e.waimai.sankuai.com DOMAIN-SUFFIX,ad.e.waimai.sankuai.com
DOMAIN-SUFFIX,mads.meituan.com DOMAIN-SUFFIX,mads.meituan.com

View File

@ -5,7 +5,7 @@
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/gif/naisi-01.gif #!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/gif/naisi-01.gif
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/QuantumultX/filter/filter.list #!raw-url=https://github.com/fmz200/wool_scripts/raw/main/QuantumultX/filter/filter.list
#!tg-channel=https://t.me/inaisi #!tg-channel=https://t.me/inaisi
#!date=2025-12-25 20:30:00 #!date=2026-03-31 23:00:00
#!support=约9760行 #!support=约9760行
############################################# #############################################
# "reject" 策略返回 HTTP 状态码 404,不附带任何额外内容 # "reject" 策略返回 HTTP 状态码 404,不附带任何额外内容
@ -888,6 +888,8 @@ host-suffix, staticxx.facebook.com, reject
# > 番茄小说 # > 番茄小说
host, i-lq.snssdk.com, reject host, i-lq.snssdk.com, reject
host, is-lq.snssdk.com, reject
host, ug-sinfonlinea.bytedance.com, reject
host, dig.bdurl.net, reject host, dig.bdurl.net, reject
host, activity-ag.awemeughun.com, reject host, activity-ag.awemeughun.com, reject
host, mcs.snssdk.com, reject host, mcs.snssdk.com, reject
@ -1566,12 +1568,11 @@ host-suffix, rads.msn.com, reject
host-suffix, ad.mama.cn, reject host-suffix, ad.mama.cn, reject
# > 美团 # > 美团
host, flowplus.meituan.net, reject
host-suffix, analytics.meituan.net, reject
host-suffix, meituan.xn, reject host-suffix, meituan.xn, reject
host-suffix, meituan.yoga, reject host-suffix, meituan.yoga, reject
host-suffix, meituangov.cn, reject host-suffix, meituangov.cn, reject
host-suffix, report.meituan.com, reject host-suffix, report.meituan.com, reject
host-suffix, analytics.meituan.net, reject
host-suffix, wmlog.meituan.com, reject host-suffix, wmlog.meituan.com, reject
host-suffix, ad.e.waimai.sankuai.com, reject host-suffix, ad.e.waimai.sankuai.com, reject
host-suffix, mads.meituan.com, reject host-suffix, mads.meituan.com, reject

View File

@ -341,7 +341,7 @@ https:\/\/qqpet.jwetech.com\/api\/authorizations url script-response-body https:
# >>>>>>>>>>>>>>> ✅ R ✅ <<<<<<<<<<<<<< # >>>>>>>>>>>>>>> ✅ R ✅ <<<<<<<<<<<<<<
# > 人人视频 # > 人人视频
# hostname = # hostname =
^https:\/\/api\.rr\.tv\/user\/profile url script-request-header https://raw.githubusercontent.com/chavyleung/scripts/master/rrtv/rrtv.cookie.js # ^https:\/\/api\.rr\.tv\/user\/profile url script-request-header https://raw.githubusercontent.com/chavyleung/scripts/master/rrtv/rrtv.cookie.js
@ -518,8 +518,8 @@ https:\/\/club\.yili\.com\/MALLIFChe\/MCSWSIAPI\.asmx\/Call url script-request-b
# > 字幕组 # > 字幕组
# hostname = # hostname =
^https?:\/\/(www\.)?rrys2020\.com\/?.? url script-request-header https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js # ^https?:\/\/(www\.)?rrys2020\.com\/?.? url script-request-header https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js
^http:\/\/ios.zmzapi.com\/index.php.*a=(mobile_)?login url script-request-header https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js # ^http:\/\/ios.zmzapi.com\/index.php.*a=(mobile_)?login url script-request-header https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js
# > 智行火车 # > 智行火车
# hostname = # hostname =

View File

@ -10,7 +10,7 @@
#!system = iOS, iPadOS #!system = iOS, iPadOS
#!system_version = #!system_version =
#!loon_version = #!loon_version =
#!date=2025-11-20 18:25:00 #!date=2026-04-01 16:51:00
#!remark=下方的所有规则都标注了对应的hostname可能存在错误或者遗漏欢迎反馈。对于无法/可选MITM的hostname都特别做了“如开启可自行添加主机名”提示如果提示后面没有标注主机名则包含所有主机名否则只包含提示语后面的主机名。 #!remark=下方的所有规则都标注了对应的hostname可能存在错误或者遗漏欢迎反馈。对于无法/可选MITM的hostname都特别做了“如开启可自行添加主机名”提示如果提示后面没有标注主机名则包含所有主机名否则只包含提示语后面的主机名。
############################################# #############################################
# "reject" 策略返回 HTTP 状态码 404,不附带任何额外内容 # "reject" 策略返回 HTTP 状态码 404,不附带任何额外内容
@ -358,13 +358,16 @@
# > 哔哩哔哩漫画 # > 哔哩哔哩漫画
# hostname = manga.bilibili.com, i*.hdslb.com # hostname = manga.bilibili.com, i*.hdslb.com
^https?:\/\/i\d\.hdslb\.com\/bfs\/fawkes url reject-dict ^https?:\/\/i\d\.hdslb\.com\/bfs\/fawkes url reject-dict
^https?:\/\/i\d\.hdslb\.com\/bfs\/manga-static\/\w+\.(jpg|png)$ url reject-200 ^https?:\/\/i\d\.hdslb\.com\/bfs\/manga-static\/\w+\.(?>jpg|png)$ url reject-200
^https?:\/\/manga\.bilibili\.com\/twirp\/comic\.v\d\.Comic\/(Recommend|Flash|ListFlash|GetBubbles|GetActivityTab|GetCommonBanner|GetComicConfigPicList) url reject-200 ^https?:\/\/i\d\.hdslb\.com\/bfs\/manga-static\/\w+\.(?>jpg|png)@1200w_1500h_1e_1c url reject-200
^https?:\/\/manga\.bilibili\.com\/twirp\/comic\.v\d\.Comic\/(?>Recommend|MoreRecommend|Flash|ListFlash|GetBubbles|GetActivityTab|GetCommonBanner|GetComicConfigPicList|SearchBanner|AppInit) url reject-200
^https?:\/\/manga\.bilibili\.com\/twirp\/comic\.v\d\.Shop\/GetShopItems url reject-dict ^https?:\/\/manga\.bilibili\.com\/twirp\/comic\.v\d\.Shop\/GetShopItems url reject-dict
^https?:\/\/manga\.bilibili\.com\/twirp\/user\.v\d\.SeasonV\d\/GetSeasonInfo url reject-dict ^https?:\/\/manga\.bilibili\.com\/twirp\/user\.v\d\.SeasonV\d\/GetSeasonInfo url reject-dict
^https?:\/\/manga\.bilibili\.com\/twirp\/user\.v\d\.Read\/ActInfo url reject-200 ^https?:\/\/manga\.bilibili\.com\/twirp\/user\.v\d\.Read\/ActInfo url reject-200
^https?:\/\/manga\.bilibili\.com\/twirp\/novel\.v\d\.Novel\/MoreRecommend url reject-dict
^https?:\/\/manga\.bilibili\.com\/twirp\/user\.v\d\.User\/UCenterConf url script-response-body https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/bilibiliManga.js ^https?:\/\/manga\.bilibili\.com\/twirp\/user\.v\d\.User\/UCenterConf url script-response-body https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/bilibiliManga.js
^https?:\/\/manga\.bilibili\.com\/twirp\/user\.v\d\.User\/GetInitInfo url script-response-body https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/bilibiliManga.js ^https?:\/\/manga\.bilibili\.com\/twirp\/user\.v\d\.User\/GetInitInfo url script-response-body https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/bilibiliManga.js
^https?:\/\/manga\.bilibili\.com\/twirp\/comic\.v\d\.Home\/HomeFeed url script-response-body https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/bilibiliManga.js
^https?:\/\/manga\.bilibili\.com\/twirp\/comic\.v\d\.Comment\/Main url script-response-body https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/bilibiliManga.js ^https?:\/\/manga\.bilibili\.com\/twirp\/comic\.v\d\.Comment\/Main url script-response-body https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/bilibiliManga.js
# > 北京首汽 # > 北京首汽
@ -825,7 +828,7 @@ http:\/\/ad\.myfriday\.cn\/d\/json\/1\.1 url reject
# > Flightradar24 # > Flightradar24
# hostname = mobile.flightradar24.com # hostname = mobile.flightradar24.com
# 解锁 # 解锁
^https?:\/\/mobile\.flightradar24\.com\/mobile\/(user-session|subscribe) url script-response-body https://raw.githubusercontent.com/fmz200/wool_scripts/main/QuantumultX/scripts/Flightradar24.js # ^https?:\/\/mobile\.flightradar24\.com\/mobile\/(user-session|subscribe) url script-response-body https://raw.githubusercontent.com/fmz200/wool_scripts/main/QuantumultX/scripts/Flightradar24.js
# > 飞猪 # > 飞猪
# hostname = acs.m.taobao.com, gw.alicdn.com # hostname = acs.m.taobao.com, gw.alicdn.com
@ -1668,8 +1671,6 @@ http:\/\/dili.sqcosmos.com\/jiekou\/endpage\/ad url reject-dict
^https?:\/\/s3plus\.meituan\.net\/ocean-blk-index\/index\/blk_conf_73\.json url reject-dict ^https?:\/\/s3plus\.meituan\.net\/ocean-blk-index\/index\/blk_conf_73\.json url reject-dict
^https?:\/\/s3plus\.meituan\.net\/v1\/mss_\w+\/(brandcpt-vedio|waimai-alita)\/\w+\.zip$ url reject-dict ^https?:\/\/s3plus\.meituan\.net\/v1\/mss_\w+\/(brandcpt-vedio|waimai-alita)\/\w+\.zip$ url reject-dict
^http:\/\/59\.82\.113\.10\/amdc\/mobileDispatch\?appkey=213807& url reject-dict ^http:\/\/59\.82\.113\.10\/amdc\/mobileDispatch\?appkey=213807& url reject-dict
# 美团订单详情页更多推荐
^https?:\/\/apimobile\.meituan\.com\/group\/v1\/recommend\/unity\/recommends url reject-dict
# > 美团众包 # > 美团众包
# hostname = peisongapi.meituan.com # hostname = peisongapi.meituan.com
@ -2307,7 +2308,7 @@ https://api.rr.tv/storage/business/rootName/app/homePage\?dataType=JSON url reje
# > 四川航空 # > 四川航空
# hostname = mapi.sichuanair.com # hostname = mapi.sichuanair.com
^https?:\/\/mapi\.sichuanair\.com\/zt\/tribeport\/encrypt_translate_key url reject-200 # ^https?:\/\/mapi\.sichuanair\.com\/zt\/tribeport\/encrypt_translate_key url reject-200
# > 搜狐 # > 搜狐
# hostname = *.souhu.com # hostname = *.souhu.com
@ -3144,7 +3145,7 @@ https://mgesq.api.mgtv.com/dsl/index.+ url script-response-body https://raw.gith
# 去广告(这个域名其实已经在分流中拒绝) # 去广告(这个域名其实已经在分流中拒绝)
^https?:\/\/zlsdk\.1rtb\.net\/sdk\/req_ad url reject-dict ^https?:\/\/zlsdk\.1rtb\.net\/sdk\/req_ad url reject-dict
# 红包推广 # 红包推广
^https:\/\/gw\.xiaocantech\.com\/rpc GetBannerList url-and-header reject-dict ^https:\/\/gw\.xiaocantech\.com\/rpc BatchMatchPlacement|WaitClaimedPoints|GetBannerList url-and-header reject-dict
# 首页横幅推广 # 首页横幅推广
^https:\/\/web2\.realtech-inc\.com\/oss\/xc-app-assets\/configs\/common\/theme\.json url reject-dict ^https:\/\/web2\.realtech-inc\.com\/oss\/xc-app-assets\/configs\/common\/theme\.json url reject-dict
# 开屏广告 # 开屏广告

View File

@ -1,7 +1,7 @@
/** /**
@author fmz200 @author fmz200
@function 监控TF是否可加入支持大部分代理工具包括 QXLoonSurgeEgernStashShadowRocket青龙 @function 监控TF是否可加入支持大部分代理工具包括 QXLoonSurgeEgernStashShadowRocket青龙
@date 2025-09-21 00:30:00 @date 2026-02-17 14:50:00
定时任务 定时任务
30 * * * * ? https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/TestFlight/AutoMonitorTF.js 30 * * * * ? https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/TestFlight/AutoMonitorTF.js
@ -60,7 +60,7 @@ const userAgents = [
counter++; counter++;
} }
if (isNode) await sendMsg($.nodeNotifyMsg.join("\n"), ""); if (isNode && $.nodeNotifyMsg.length>0) await sendMsg($.nodeNotifyMsg.join("\n"), "");
$.done(); $.done();
})(); })();

View File

@ -1,4 +1,4 @@
// 2024-10-15 10:50 // 2026-01-19 20:50:00
if (!$response.body) $done({}); if (!$response.body) $done({});
const url = $request.url; const url = $request.url;
@ -70,8 +70,8 @@ if (url.includes("/answers/v2/") || url.includes("/articles/v2/")) {
} }
} else if (url.includes("/commercial_api/app_float_layer")) { } else if (url.includes("/commercial_api/app_float_layer")) {
// 悬浮图标 // 悬浮图标
if ("feed_egg" in obj) { if (obj?.feed_egg) {
delete obj; delete obj.feed_egg;
} }
} else if (url.includes("/feed/render/tab/config")) { } else if (url.includes("/feed/render/tab/config")) {
// 首页二级标签 白名单 live直播 edu人工智能AI // 首页二级标签 白名单 live直播 edu人工智能AI

File diff suppressed because one or more lines are too long

View File

@ -161,7 +161,7 @@ qczjSign = type=http-request, pattern=^http:\/\/mobile\.app\.autohome\.com\.cn\/
奇瑞汽车App获取多账号token = type=http-response, pattern=^https:\/\/mobile-consumer-sapp\.chery\.cn\/web\/user\/current\/details\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/cookie/get_cookie.js, requires-body=true, timeout=60 奇瑞汽车App获取多账号token = type=http-response, pattern=^https:\/\/mobile-consumer-sapp\.chery\.cn\/web\/user\/current\/details\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/cookie/get_cookie.js, requires-body=true, timeout=60
# hostname = # hostname =
人人视频.cookie = type=http-request, pattern=^https:\/\/api\.rr\.tv\/user\/profile, script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/rrtv/rrtv.cookie.js, timeout=60 # 人人视频.cookie = type=http-request, pattern=^https:\/\/api\.rr\.tv\/user\/profile, script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/rrtv/rrtv.cookie.js, timeout=60
# hostname = # hostname =
什么值得买 = type=http-request, pattern=^https:\/\/user-api\.smzdm\.com\/users\/info, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/cookie/get_cookie.js, timeout=60 什么值得买 = type=http-request, pattern=^https:\/\/user-api\.smzdm\.com\/users\/info, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/cookie/get_cookie.js, timeout=60
@ -267,9 +267,8 @@ wps.cookie = type=http-request, pattern=^https:\/\/zt.wps.cn\/2018\/docer_check_
知音漫客 = type=http-request, pattern=^https:\/\/getconfig-globalapi\.zymk\.cn\/app_api\/*, script-path=https://raw.githubusercontent.com/XidNDD/2020scripts/master/zymkSign.js, requires-body=true, timeout=60 知音漫客 = type=http-request, pattern=^https:\/\/getconfig-globalapi\.zymk\.cn\/app_api\/*, script-path=https://raw.githubusercontent.com/XidNDD/2020scripts/master/zymkSign.js, requires-body=true, timeout=60
# hostname = # hostname =
字幕组.cookie = type=http-request, pattern=^https?:\/\/(www\.)?rrys2020\.com\/?.?, script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js, timeout=60 # 字幕组.cookie = type=http-request, pattern=^https?:\/\/(www\.)?rrys2020\.com\/?.?, script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js, timeout=60
# 字幕组.cookie = type=http-request, pattern=^http:\/\/ios.zmzapi.com\/index.php.*a=(mobile_)?login, script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js, timeout=60
字幕组.cookie = type=http-request, pattern=^http:\/\/ios.zmzapi.com\/index.php.*a=(mobile_)?login, script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/zimuzu/zimuzu.cookie.js, timeout=60
# hostname = # hostname =
智行火车.cookie = type=http-request, pattern=^https:\/\/m\.ctrip\.com/restapi/soa2/14593/json/attendanceDay?, script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/zxhc/zxhc.cookie.js, requires-body=true, timeout=60 智行火车.cookie = type=http-request, pattern=^https:\/\/m\.ctrip\.com/restapi/soa2/14593/json/attendanceDay?, script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/zxhc/zxhc.cookie.js, requires-body=true, timeout=60

152
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@vitalets/google-translate-api": "^9.2.1", "@vitalets/google-translate-api": "^9.2.1",
"adm-zip": "^0.5.10", "adm-zip": "^0.5.10",
"axios": "^1.7.8", "axios": "1.13.5",
"cheerio": "^1.1.2", "cheerio": "^1.1.2",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dotenv": "^16.3.2", "dotenv": "^16.3.2",
@ -26,7 +26,8 @@
"request": "^2.88.2", "request": "^2.88.2",
"sharp": "^0.32.6", "sharp": "^0.32.6",
"sqlite3": "^5.1.7", "sqlite3": "^5.1.7",
"terser": "^5.26.0" "terser": "^5.26.0",
"xlsx": "^0.18.5"
} }
}, },
"node_modules/@gar/promisify": { "node_modules/@gar/promisify": {
@ -648,6 +649,15 @@
"node": ">=0.4.0" "node": ">=0.4.0"
} }
}, },
"node_modules/adler-32": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz",
"integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==",
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
},
"node_modules/adm-zip": { "node_modules/adm-zip": {
"version": "0.5.16", "version": "0.5.16",
"resolved": "https://registry.npmmirror.com/adm-zip/-/adm-zip-0.5.16.tgz", "resolved": "https://registry.npmmirror.com/adm-zip/-/adm-zip-0.5.16.tgz",
@ -811,13 +821,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.11.0", "version": "1.13.5",
"resolved": "https://registry.npmmirror.com/axios/-/axios-1.11.0.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.11",
"form-data": "^4.0.4", "form-data": "^4.0.5",
"proxy-from-env": "^1.1.0" "proxy-from-env": "^1.1.0"
} }
}, },
@ -1125,7 +1135,7 @@
}, },
"node_modules/call-bind-apply-helpers": { "node_modules/call-bind-apply-helpers": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -1142,6 +1152,19 @@
"integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
"node_modules/cfb": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.2.tgz",
"integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==",
"license": "Apache-2.0",
"dependencies": {
"adler-32": "~1.3.0",
"crc-32": "~1.2.0"
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/cheerio": { "node_modules/cheerio": {
"version": "1.1.2", "version": "1.1.2",
"resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-1.1.2.tgz", "resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-1.1.2.tgz",
@ -1203,6 +1226,15 @@
"node": ">=6" "node": ">=6"
} }
}, },
"node_modules/codepage": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/codepage/-/codepage-1.15.0.tgz",
"integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==",
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
},
"node_modules/color": { "node_modules/color": {
"version": "4.2.3", "version": "4.2.3",
"resolved": "https://registry.npmmirror.com/color/-/color-4.2.3.tgz", "resolved": "https://registry.npmmirror.com/color/-/color-4.2.3.tgz",
@ -1297,6 +1329,18 @@
"integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/crc-32": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
"license": "Apache-2.0",
"bin": {
"crc32": "bin/crc32.njs"
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/cron-parser": { "node_modules/cron-parser": {
"version": "4.9.0", "version": "4.9.0",
"resolved": "https://registry.npmmirror.com/cron-parser/-/cron-parser-4.9.0.tgz", "resolved": "https://registry.npmmirror.com/cron-parser/-/cron-parser-4.9.0.tgz",
@ -1529,7 +1573,7 @@
}, },
"node_modules/dunder-proto": { "node_modules/dunder-proto": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -1621,7 +1665,7 @@
}, },
"node_modules/es-define-property": { "node_modules/es-define-property": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@ -1630,7 +1674,7 @@
}, },
"node_modules/es-errors": { "node_modules/es-errors": {
"version": "1.3.0", "version": "1.3.0",
"resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@ -1639,7 +1683,7 @@
}, },
"node_modules/es-object-atoms": { "node_modules/es-object-atoms": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -1651,7 +1695,7 @@
}, },
"node_modules/es-set-tostringtag": { "node_modules/es-set-tostringtag": {
"version": "2.1.0", "version": "2.1.0",
"resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -1805,9 +1849,9 @@
} }
}, },
"node_modules/form-data": { "node_modules/form-data": {
"version": "4.0.4", "version": "4.0.5",
"resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.4.tgz", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"asynckit": "^0.4.0", "asynckit": "^0.4.0",
@ -1841,6 +1885,15 @@
"node": ">=12.20.0" "node": ">=12.20.0"
} }
}, },
"node_modules/frac": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz",
"integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==",
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
},
"node_modules/fs-constants": { "node_modules/fs-constants": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz", "resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz",
@ -1882,7 +1935,7 @@
}, },
"node_modules/function-bind": { "node_modules/function-bind": {
"version": "1.1.2", "version": "1.1.2",
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
@ -1912,7 +1965,7 @@
}, },
"node_modules/get-intrinsic": { "node_modules/get-intrinsic": {
"version": "1.3.0", "version": "1.3.0",
"resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -1936,7 +1989,7 @@
}, },
"node_modules/get-proto": { "node_modules/get-proto": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -2012,7 +2065,7 @@
}, },
"node_modules/gopd": { "node_modules/gopd": {
"version": "1.2.0", "version": "1.2.0",
"resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@ -2078,7 +2131,7 @@
}, },
"node_modules/has-symbols": { "node_modules/has-symbols": {
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@ -2090,7 +2143,7 @@
}, },
"node_modules/has-tostringtag": { "node_modules/has-tostringtag": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz", "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -2112,7 +2165,7 @@
}, },
"node_modules/hasown": { "node_modules/hasown": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -2635,7 +2688,7 @@
}, },
"node_modules/math-intrinsics": { "node_modules/math-intrinsics": {
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@ -3774,6 +3827,18 @@
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/ssf": {
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/ssf/-/ssf-0.11.2.tgz",
"integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==",
"license": "Apache-2.0",
"dependencies": {
"frac": "~1.1.2"
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/sshpk": { "node_modules/sshpk": {
"version": "1.18.0", "version": "1.18.0",
"resolved": "https://registry.npmmirror.com/sshpk/-/sshpk-1.18.0.tgz", "resolved": "https://registry.npmmirror.com/sshpk/-/sshpk-1.18.0.tgz",
@ -4220,12 +4285,51 @@
"string-width": "^1.0.2 || 2 || 3 || 4" "string-width": "^1.0.2 || 2 || 3 || 4"
} }
}, },
"node_modules/wmf": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wmf/-/wmf-1.0.2.tgz",
"integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==",
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
},
"node_modules/word": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/word/-/word-0.3.0.tgz",
"integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==",
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
},
"node_modules/wrappy": { "node_modules/wrappy": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
"license": "ISC" "license": "ISC"
}, },
"node_modules/xlsx": {
"version": "0.18.5",
"resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.5.tgz",
"integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==",
"license": "Apache-2.0",
"dependencies": {
"adler-32": "~1.3.0",
"cfb": "~1.2.1",
"codepage": "~1.15.0",
"crc-32": "~1.2.1",
"ssf": "~0.11.2",
"wmf": "~1.0.1",
"word": "~0.3.0"
},
"bin": {
"xlsx": "bin/xlsx.njs"
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/xml-parse-from-string": { "node_modules/xml-parse-from-string": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmmirror.com/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz", "resolved": "https://registry.npmmirror.com/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz",

View File

@ -2,7 +2,7 @@
"dependencies": { "dependencies": {
"@vitalets/google-translate-api": "^9.2.1", "@vitalets/google-translate-api": "^9.2.1",
"adm-zip": "^0.5.10", "adm-zip": "^0.5.10",
"axios": "^1.7.8", "axios": "1.13.5",
"cheerio": "^1.1.2", "cheerio": "^1.1.2",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dotenv": "^16.3.2", "dotenv": "^16.3.2",
@ -17,7 +17,8 @@
"request": "^2.88.2", "request": "^2.88.2",
"sharp": "^0.32.6", "sharp": "^0.32.6",
"sqlite3": "^5.1.7", "sqlite3": "^5.1.7",
"terser": "^5.26.0" "terser": "^5.26.0",
"xlsx": "^0.18.5"
}, },
"name": "wool_scripts", "name": "wool_scripts",
"description": "## 致敬开源精神 净化网络环境", "description": "## 致敬开源精神 净化网络环境",