From df7c76995523b3ca39c507e5ead3789102152f95 Mon Sep 17 00:00:00 2001 From: featherhao <78499420+featherhao@users.noreply.github.com> Date: Sun, 14 Sep 2025 18:22:03 +0800 Subject: [PATCH] Update Subconverter.vue --- src/views/Subconverter.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index 04582bbd..0cc62a20 100755 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -357,7 +357,20 @@ export default { ], remoteConfig: [ { - label: "CM规则", + label: "自用规则", + options: [ + { + label: "自用 多国家,TG,AI分流", + value: "https://raw.githubusercontent.com/featherhao/rules/refs/heads/main/Clash/ACL4SSR_Online_Full_CF.ini" + } + ] + }, + + + + { + + label: "CM规则", options: [ { label: "CM_Online 默认版 识别港美地区(与Github同步)", @@ -1310,3 +1323,4 @@ export default { } }; +