rectification

This commit is contained in:
Arvin
2026-03-20 21:05:58 +08:00
parent 0bd74ee2ed
commit eebfe77a18
11 changed files with 228 additions and 55 deletions

9
config/mixin.d/README.md Normal file
View File

@ -0,0 +1,9 @@
# Mixin 配置目录
将额外的 Clash YAML 配置放在此目录下,脚本会按文件名排序后依次拼接到生成的 `config.yaml` 末尾。
如需手动指定顺序或使用自定义路径,请在 `.env` 中设置:
```bash
export CLASH_MIXIN_PATHS='conf/mixin.d/base.yaml,conf/mixin.d/rules.yaml'
```