This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==================== 1. 自定义数据区 ==================== | |
| /** | |
| * 自定义规则提供者格式: | |
| * 1. 直接使用字符串 URL,脚本会自动解析并生成路径 | |
| * 2. 使用对象格式,手动指定 URL 和路径 | |
| * - url: 规则提供者的 URL 地址 | |
| */ | |
| const newRuleProvidersUrl = { | |
| "gemini": { | |
| "url": "https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@raw/refs/heads/master/rule/Clash/Gemini/Gemini.yaml", |