libnyanpasu / clash-nyanpasu

Clash Nyanpasu~(∠・ω< )⌒☆​
https://nyanpasu.elaina.moe
GNU General Public License v3.0
8.36k stars 527 forks source link

clash字段过滤问题 #121

Closed Restia-Ashbell closed 8 months ago

Restia-Ashbell commented 8 months ago

杂项设置中关闭clash字段过滤但设置页面clash字段选项并没有隐藏,还发现”unified-delay: true“该项一直存在在运行配置中,但我并未写在配置中也没有勾选,这是默认值吗?

OS: WIN10 Clash Nyanpasu Version: 1.4.1 Clash Core: Clash Meta

ttimochan commented 8 months ago

unified-delay: true is default value

Restia-Ashbell commented 8 months ago

mihomo文档中并没有写,我在使用verge以及verge-re版本中并没有发现这项被添加到运行配置中且运行都是false的测试结果,所以ture是nyanpasu固定的值吗?我在配置文件中填false也无法更改

ttimochan commented 8 months ago

unified-delay: true

mihomo provided the relevant options, but unified-delay: true is the default behavior set by the author, you can see it

Restia-Ashbell commented 8 months ago

你可能没完全理解我的意思,我当然知道mihomo有这项配置并默认为false,我也找到了nyanpasu的默认设置,怪我没认真看更 新日志

Clash Nyanpasu v1.4.0 Features Default use Meta Core. Support copy PowerShell, CMD and sh env command. Add Upload Traffic, Download Traffic and Active Connections to ConnectionsPage. SettingPage use Grid layout. Import LoadingButton & use when Download Profile. New default theme color. Add Nyanpasu Element. (Logo designer @ReallySnow) Default enable unified-delay & tcp-concurrent. Use Meta Country.mmdb. Disable IPv6 by default. Add Material You element. Add Router switch transition.

我疑惑的是为什么配置文件填写false不能覆盖gui默认,也就是说gui默认>用户配置>核心默认,这使得无法自定义unified-delay和tcp-concurrent

ttimochan commented 8 months ago

我疑惑的是为什么配置文件填写false不能覆盖gui默认,也就是说gui默认>用户配置>核心默认,这使得无法自定义unified-delay和tcp-concurrent

When I was using it on Linux, I didn't encounter that situation; I applied the patch using a Merge type of file.

You can attempt to patch the subscription file using a Merge-type file, instead of directly modifying the subscription file.

It is very easy to use. For example, global-client-fingerprint: random. Write this into a Merge-type file, use the Meta kernel, enable the file, enable the corresponding Clash field in the GUI, and it can be patched to the Runtime Config. Of course, my platform is Linux, and it should be similar on Windows.

If your issue is resolved, please close this issue.