-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
确认版本最新
- 我已经确认在最新Action编译的版本中复现
检索issue
- 我已经确认之前没有issue涉及此BUG
subconverter版本
v0.9.0
转换过程
任意转换为clash
转换设置
基础默认配置
复现步骤
使用基础默认配置 转换目标为clash
期望结果
proxies 字段应为小写 Clash Meta Example Config.yml
rules 字段应为小写 Clash Meta Example Config.yml
proxy-groups 字段应为小写 Clash Meta Example Config.yml
实际结果
subconverter/base/base/GeneralClashConfig.yml
Lines 113 to 124 in 79a7e88
| Proxy: | |
| - name: Shadowsocks | |
| type: socks5 | |
| server: 127.0.0.1 | |
| port: 1080 | |
| Proxy Group: | |
| - name: Proxy | |
| type: select | |
| proxies: | |
| - Shadowsocks | |
| Rule: | |
| - 'MATCH,DIRECT' |
实际结果均为大写 导致导入clash后无法识别这三组的内容
错误信息
No response
Metadata
Metadata
Assignees
Labels
No labels