Compare commits

...

5 Commits

Author SHA1 Message Date
242f1ff3d9 update something 2025-11-06 22:12:43 +08:00
bd8575d353 update something 2025-11-06 22:10:21 +08:00
6a2e3194ad update README.md 2025-11-06 19:01:58 +08:00
adad4409ec Merge pull request #185 from itswenb/main 2025-11-06 16:21:30 +08:00
7295352ba3 fix apple ai rule 2025-11-06 16:18:57 +08:00
3 changed files with 10 additions and 9 deletions

View File

@ -26,12 +26,14 @@ DOMAIN-SUFFIX, openai.com
DOMAIN-SUFFIX, sora.com
# Apple Intelligence
DOMAIN, apple-relay.apple.com
DOMAIN, apple-relay.cloudflare.com
DOMAIN, apple-relay.fastly-edge.com
DOMAIN, cp4.cloudflare.com
DOMAIN, guzzoni.apple.com
DOMAIN-SUFFIX, smoot.apple.com
DOMAIN-SUFFIX,apple-relay.apple.com,Proxy
DOMAIN-SUFFIX,apple-relay.fastly-edge.com,Proxy
DOMAIN-SUFFIX,apple-relay.cloudflare.com,Proxy
DOMAIN-SUFFIX,gateway.icloud.com,Proxy
DOMAIN-SUFFIX,guzzoni.apple.com,Proxy
DOMAIN-SUFFIX,cp4.cloudflare.com,Proxy
DOMAIN-SUFFIX,gspe1-ssl.ls.apple.com,Proxy
DOMAIN-SUFFIX,apps.mzstatic.com,Proxy
# GitHub Copilot
DOMAIN, api.githubcopilot.com

View File

@ -158,8 +158,6 @@ https://github.com/fmz200/wool_scripts/raw/main/Loon/rule/Douyin.list
- [@blackmatrix7](https://github.com/blackmatrix7)
- [@chavyleung](https://github.com/chavyleung)
- [@chengkongyiban](https://github.com/chengkongyiban)
- [@DivineEngine](https://github.com/DivineEngine)
- [@I-am-R-E](https://github.com/I-am-R-E)
- [@Keywos](https://github.com/Keywos)
- [@kokoryh](https://github.com/kokoryh)
- [@KOP-XIAO](https://github.com/KOP-XIAO)

View File

@ -67,6 +67,7 @@ if (url.includes("/system_service/splash_config")) {
}
if (url.includes("/note/imagefeed?") || url.includes("/note/feed?")) {
console.log('打印原body' + JSON.stringify(obj));
// 信息流 图片
if (obj?.data?.length > 0) {
if (obj.data[0]?.note_list?.length > 0) {
@ -105,7 +106,7 @@ if (url.includes("/note/imagefeed?") || url.includes("/note/feed?")) {
if (url.includes("/note/live_photo/save")) {
console.log('原body' + rsp_body);
const rsp = $.getdata("fmz200.xiaohongshu.feed.rsp");
console.log("读取缓存keyfmz200.xiaohongshu.feed.rsp");
console.log("读取缓存key[fmz200.xiaohongshu.feed.rsp]的值:" + rsp);
// console.log("读取缓存val" + rsp);
if (rsp == null || rsp.length === 0) {
console.log('缓存无内容返回原body');