tindy2013 / subconverter

Utility to convert between various subscription format
GNU General Public License v3.0
13.4k stars 2.86k forks source link

[BUG] Singbox target有部分规则转换需要单独处理 #765

Open paladin4fan opened 5 months ago

paladin4fan commented 5 months ago

确认版本最新

检索issue

subconverter版本

0.9.0

转换过程

clash转换为singbox

转换设置

ruleset=🔗 其他网页,[]port,80 ruleset=🔗 其他网页,[]port,443

复现步骤

在配置文件的规则部分指定“[]port”规则并订阅

期望结果

Singbox的路由规则里,port, ip_version, source_port, user_id以及bool类型的规则,对应值是没有引号的 如 {"port":80,"outbound":"🔗 其他网页"}

实际结果

singbox转换后会加上引号 {"port":"80","outbound":"🔗 其他网页"}

错误信息

No response