Results 7 comments of haishan

Thanks for reporting. ~~Are you using [Hyper term](https://hyper.is/)? According to [this gist](https://hyper.is/) Hyper does not support true color yet.~~ Do you mean the background color is not working properly?

应该是你用的对我 mime type 配置有问题吧 比如说 nginx 通常需要 ```nginx http { include conf/mime.types; # ... } ```

@Hobbabobba Not that familiar with LDAP, but if your authentication gateway supports forward auth (like Authelia) you may check out https://github.com/haishanh/cherry/issues/6

这个桌面应用应该不只是打包 yacd 本身吧, 应该也会include相应平台的 clash core,控制其运行状态,设置系统代理/路由什么的。 你可以考虑自己创建一个 repo 做你的应用开发,yacd 这边我或者大家可以帮忙实现相应的一些需要的(当运行在 Tauri 中才生效的)功能,你那边 build 的时候再拉 yacd 的 artifacts 就好了。对 Tauri 不甚了解,但应该也是使用类似 JS bridge 的方式实现 renderer 和 Tauri 主进程的 IPC 吧。

关于 1,你需要告诉我前端和Tauri主进程的通信方式,定义并告知我拿 profile 列表,已经刷新 profile,导入 profile 的 API 关于 2,可以在 querystring 里面传参数,README 里面有个 section "Supported URL query params"

@kylinholmes 不好意思 才回复,我觉得没啥问题,如果不会花你很多时间的话,可以试试看。