Compare commits
5 Commits
0aa1f131ce
...
242f1ff3d9
| Author | SHA1 | Date | |
|---|---|---|---|
| 242f1ff3d9 | |||
| bd8575d353 | |||
| 6a2e3194ad | |||
| adad4409ec | |||
| 7295352ba3 |
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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("读取缓存key:fmz200.xiaohongshu.feed.rsp");
|
||||
console.log("读取缓存key[fmz200.xiaohongshu.feed.rsp]的值:" + rsp);
|
||||
// console.log("读取缓存val:" + rsp);
|
||||
if (rsp == null || rsp.length === 0) {
|
||||
console.log('缓存无内容,返回原body');
|
||||
|
||||
Reference in New Issue
Block a user