Jonson Petard

Results 276 comments of Jonson Petard

Okay, thanks for you added information. I am on business trip, and the desktop was shutdown by mistake. So it probably could not get reproduction these days. CC @4o3F, could...

It should be solved by v1.6.0

目前可以通过 scoped chain 或者 局部链 使用 Merge 或 Script 进行过滤

看起来是前端提交保存的时候出现的问题

> 还是会报错 > > ![Image](https://github.com/user-attachments/assets/2484a54f-62f8-4062-8469-81559df3616d) 你需要将group 中的 `Proxies` group 中拿掉这个。 大概的伪代码应该为: ```yaml filter__proxy-groups: when: item.name == "Proxies" remove: - proxies.0 ``` 之后可能会加个 `then` 操作符,支持嵌套执行

不是高优先级的问题,是系统 shutdown 的时候这里没有重置系统代理或者 TUN 导致其他能走系统代理的程序启动时没有网络

高优先级用于处理一启动就需要系统代理的软件是比较合理的,但不是这个问题根本原因

cc @4o3F 实现关机时 cleanup 的方式是监听 `WM_QUERYENDSESSION` 消息。tauri 似乎没有集成这个,需要我们自己实现监听

https://github.com/libnyanpasu/clash-nyanpasu/commit/61f8c1ca8d196addd43b2cc688942d57736b70c6 试着加了下 shutdown 钩子。看看能不能正常工作。