Skip to content

Commit 5ee9a1a

Browse files
committed
测试
1 parent a699642 commit 5ee9a1a

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

Script/mihomoScript.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,9 @@ function main(config) {
700700
}
701701

702702
functionalGroups.push({
703+
704+
705+
703706
...selectBaseOption,
704707
name: svc.name,
705708
icon: svc.icon,

src/config/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ function createRegionGroup(name, icon, proxies) {
1919
// --- 主入口 ---
2020

2121
function main(config) {
22+
23+
24+
2225
// 排除匹配到的节点
2326
if (excludeFilterEnable && Array.isArray(config.proxies)) {
2427
config.proxies = config.proxies.filter(

src/config/ruleProviders.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ const ruleProviderCommonClassical = {
2121

2222
// 定义基础 Rule Providers
2323
const baseRuleProviders = {
24+
25+
26+
2427
DownloadApps: {
2528
...ruleProviderCommonClassical,
2629
...ruleProviderFormatText,

0 commit comments

Comments
 (0)