-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
提个建议 #482
Comments
In theory, you don't need to manually update blocked.txt, that's the main purpose of COW. |
原来是这样,谢了! |
Oh, since you know how to build, you can easily fix it by referring to my PR #465 (or just simply clone my fork's develop branch) ; It is not complicated and very straightforward. |
我看了你提交的时间和作者发布的时间:https://github.com/cyfdecyf/cow/releases |
That fix is only for Linux. :) PR #465 is for windows. |
对比了下go get的代码确实没改。已替换编译试几天看看。谢谢! |
最近刚用几天还不错,比原来通过SwitchyOmega自动切换pac列表和端口好多了。
然后很多网站老提示被墙,还要打开blocked.txt添加 保存 然后再去右下角重启下进程,
而且重启进程后那个窗口又弹出来又要去隐藏一次。
最近刚用时不时就得添加一个网址,好繁琐。
1,cow-taskbar.exe里看到用了TerminateProcess强制终止进程(一般不推荐这么暴力),再创建进程。
是不是考虑下温柔点的方式通过发送关闭消息去让进程自己结束退出释放资源。
2,建议右键加菜单项目如 (加入blocked,加入direct)点完自动取剪贴板网址加入列表文件比自动重启进程更方便就是直接启动就注册一个热键。更人性化。
当然cow如果能过通过接收消息,动态添加,连重启进程都省略了。
3,建议把debug参数写到首页的说明里。前天刚用要不是把所有ussues都翻了一遍还真不知道。照顾我们没学过go的。
The text was updated successfully, but these errors were encountered: