ClashTray/readme.md

11 lines
454 B
Markdown
Raw Normal View History

2024-01-07 17:37:49 +08:00
## 一个简易的 Clash Tray 小插件
![icon](https://img.liyp.cc/images/Screenshot_20240107_173335.png)
[x] 已实现的功能:
- 开启/关闭 TUN 模式
- 设置 Clash 代理模式
- 重启 Clash 核心
- 查看内存占用
- 查看当前上传下载网速
打包成单文件:使用 `Pyinstaller` ,包含了 `main.spec` ,使用 `pyinstaller ./main.spec` 即可打包为一个单文件,更多自定义可以编辑 `main.spec` 文件实现