博文

目前显示的是 一月, 2025的博文

收到一则个人养老金帐户开户短信

图片
 

Clash Verge全局扩展配置及脚本

1.全局扩展配置 # Profile Enhancement Merge Template for Clash Verge profile: store-selected: true dns: use-system-hosts: false nameserver-policy: "+.mycloud.com": "100.100.100.100" # 前置规则(1.7.5之后的版本该功能被取消) # prepend-rules: [] # 前置代理 prepend-proxies: [] # 前置代理组 prepend-proxy-groups: [] # 后置规则 append-rules: [] # 后置代理 append-proxies: [] # 后置代理组 append-proxy-groups: [] # 规则集 rule-providers: Openai: type: http behavior: classical url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/OpenAI/OpenAI.yaml" path: ./rules/Openai.yaml interval: 86400 Gemini: type: http behavior: classical url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Gemini/Gemini.yaml" path: ./rules/Gemini.yaml interval: 86400 Reddit: type: http behavior: classical url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/r...