mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Feat: implement Clash Meta mrs format
This commit is contained in:
@@ -53,7 +53,8 @@ export const buildAppleCdn = task(require.main === module, __filename)(async (sp
|
||||
domainset,
|
||||
'domainset',
|
||||
path.resolve(__dirname, '../List/domainset/apple_cdn.conf'),
|
||||
path.resolve(__dirname, '../Clash/domainset/apple_cdn.txt')
|
||||
path.resolve(__dirname, '../Clash/domainset/apple_cdn.txt'),
|
||||
path.resolve(__dirname, '../Clash/clash_mrs_domain/apple_cdn.mrs')
|
||||
)
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user