Skip to content

Instantly share code, notes, and snippets.

View gongfuture's full-sized avatar
:dependabot:
Not a bot

洛初 gongfuture

:dependabot:
Not a bot
View GitHub Profile
@gongfuture
gongfuture / addrule.js
Last active February 11, 2026 17:04
clash 分流 JavaScript
// ==================== 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",