mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): clashmeta增加ClaudeAI分流规则
parent
3d10b12b80
commit
50098b2b99
16
install.sh
16
install.sh
|
@ -8596,6 +8596,13 @@ proxy-groups:
|
|||
proxies:
|
||||
- 自动选择
|
||||
- 手动切换
|
||||
- name: ClaudeAI
|
||||
type: select
|
||||
use:
|
||||
- ${subscribeSalt}_provider
|
||||
proxies:
|
||||
- 自动选择
|
||||
- 手动切换
|
||||
- name: Disney
|
||||
type: select
|
||||
use:
|
||||
|
@ -8725,6 +8732,12 @@ rule-providers:
|
|||
url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/OpenAI/OpenAI.yaml
|
||||
path: ./ruleset/openai.yaml
|
||||
interval: 86400
|
||||
ClaudeAI:
|
||||
type: http
|
||||
behavior: classical
|
||||
url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Claude/Claude.yaml
|
||||
path: ./ruleset/claudeai.yaml
|
||||
interval: 86400
|
||||
Bing:
|
||||
type: http
|
||||
behavior: classical
|
||||
|
@ -8771,6 +8784,7 @@ rules:
|
|||
- RULE-SET,HBO,HBO
|
||||
- RULE-SET,Bing,Bing
|
||||
- RULE-SET,OpenAI,OpenAI
|
||||
- RULE-SET,ClaudeAI,ClaudeAI
|
||||
- RULE-SET,Disney,Disney
|
||||
- RULE-SET,proxy,全球代理
|
||||
- RULE-SET,gfw,全球代理
|
||||
|
@ -9429,7 +9443,7 @@ menu() {
|
|||
cd "$HOME" || exit
|
||||
echoContent red "\n=============================================================="
|
||||
echoContent green "作者:mack-a"
|
||||
echoContent green "当前版本:v3.3.10"
|
||||
echoContent green "当前版本:v3.3.11"
|
||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||
echoContent green "描述:八合一共存脚本\c"
|
||||
showInstallStatus
|
||||
|
|
Loading…
Reference in New Issue