-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Description
确认版本最新
- 我已经确认在最新Action编译的版本中复现
检索issue
- 我已经确认之前没有issue涉及此BUG
subconverter版本
v0.9.0-8e042ae
转换过程
clash转换为clash配置
转换设置
[[custom_groups]]
name = '🐟漏网'
type = 'select'
icon = 'https://fastly.jsdelivr.net/gh/clash-verge-rev/clash-verge-rev.github.io@main/docs/assets/icons/fish.svg'
rule = [
'[]🎯直连',
'[]🔰代理',
]
[[custom_groups]]
name = '⛔️广告'
type = 'select'
hidden = true
rule = [
'[]REJECT'
]
复现步骤
在 groups.toml 里设置后无效
期望结果
转换后的结果里带有上面的参数
- name: 🐟漏网
type: select
icon = 'https://fastly.jsdelivr.net/gh/clash-verge-rev/clash-verge-rev.github.io@main/docs/assets/icons/fish.svg'
proxies:- 🎯直连
- 🔰代理
- name: ⛔️广告
type: select
hidden = true
proxies:- REJECT
实际结果
转换后的结果没有上面的参数
- name: 🐟漏网
type: select
proxies:- 🎯直连
- 🔰代理
- name: ⛔️广告
type: select
proxies:- REJECT
错误信息
Metadata
Metadata
Assignees
Labels
No labels