mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Creating a dedicated apple_intelligence.conf
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
@@ -400,6 +400,7 @@ rules:
|
||||
|
||||
```ini
|
||||
RULE-SET,https://ruleset.skk.moe/List/non_ip/ai.conf,[Replace with your policy]
|
||||
RULE-SET,https://ruleset.skk.moe/List/non_ip/apple_intelligence.conf,[Replace with your policy]
|
||||
```
|
||||
|
||||
**Clash Meta**
|
||||
@@ -413,9 +414,17 @@ rule-providers:
|
||||
interval: 43200
|
||||
url: https://ruleset.skk.moe/Clash/non_ip/ai.txt
|
||||
path: ./sukkaw_ruleset/ai_non_ip.txt
|
||||
apple_intelligence_non_ip:
|
||||
type: http
|
||||
behavior: classical
|
||||
format: text
|
||||
interval: 43200
|
||||
url: https://ruleset.skk.moe/Clash/non_ip/apple_intelligence.txt
|
||||
path: ./sukkaw_ruleset/apple_intelligence_non_ip.txt
|
||||
|
||||
rules:
|
||||
- RULE-SET,ai_non_ip,[Replace with your policy]
|
||||
- RULE-SET,apple_intelligence_non_ip,[Replace with your policy]
|
||||
```
|
||||
|
||||
#### Telegram
|
||||
|
||||
Reference in New Issue
Block a user