Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <Clash默认模板GeneralClashConfig.yml存在语法错误> #799

Open
2 tasks done
LedPeach opened this issue Nov 25, 2024 · 0 comments
Open
2 tasks done

[BUG] <Clash默认模板GeneralClashConfig.yml存在语法错误> #799

LedPeach opened this issue Nov 25, 2024 · 0 comments

Comments

@LedPeach
Copy link

确认版本最新

  • 我已经确认在最新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

实际结果

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant