Feat: internal Clash YAML merge

This commit is contained in:
SukkaW
2024-06-16 01:44:54 +08:00
parent 6ee6e436f9
commit c0f979ae05
6 changed files with 94 additions and 29 deletions

View File

@@ -1,3 +1,5 @@
import type { DNSMapping } from './direct';
export const DOMESTICS = {
ALIBABA: {
hosts: {
@@ -307,4 +309,4 @@ export const DOMESTICS = {
'baomitu.com'
]
}
} as const;
} satisfies Record<string, DNSMapping>;