clash-verge-rev / clash-verge-rev

Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)
https://www.clashverge.dev
GNU General Public License v3.0
39.09k stars 3.02k forks source link

[Feature] 类似 clashx 托盘切换节点功能 #906

Open angryLid opened 7 months ago

angryLid commented 7 months ago

功能描述 / Feature description

image

使用场景 / Use case

clashx 和 clash for windows都有这个功能,个人觉得还是挺实用的。 周末试着写了一下,被 rustc 折磨疯了。

实现上目前碰到两个难点,

  1. 数据如果要通过 IPC 从 webview 那里拿到 renderList 感觉不太优雅;
  2. tray.ts可能要大段重写,但我写不来。

所以来请教下 maintainers 这个 feature 能不能做。

Remonli commented 7 months ago

clash-nyanpasu 好像有这个功能。

angryLid commented 7 months ago

clash-nyanpasu 好像有这个功能。

感谢告知!刚刚下载编译了发现确实有。