Tousking

Results 99 comments of Tousking

可以参考我的CI文件。 [https://github.com/Kingtous/RustPlayer/blob/91d3e97dde921176bdeb2a85de8d7080c9b7248c/.github/workflows/rust.yml#L65](https://github.com/Kingtous/RustPlayer/blob/91d3e97dde921176bdeb2a85de8d7080c9b7248c/.github/workflows/rust.yml#L65) 使用msys2,然后安装下面的依赖,和ci步骤一样就行。 全程在msys2的mingw64环境下执行命令。 pacman安装所有依赖,cargo run。注意:需要使用msys2下面的rust,而不是windows版本的rust. 如果只是使用的话,建议到action里面,找最近运行成功的条目,到里面下载exe安装包 [https://github.com/Kingtous/RustPlayer/actions/workflows/rust.yml](https://github.com/Kingtous/RustPlayer/actions/workflows/rust.yml)

Let's see whether there is a way to handle the url link on Flutter level. Or we need to implement the handle on native level (swift, cpp, etc)

现在正在重构flutter项目,到时候应该可以支持arm64

如果影响使用,可以手动加一下yaml文件到这里~ `$HOME/.local/share/cn.kingtous.fclash/clash`

> 第一次打开的时候会崩溃 建议取名不要用config默认名字,删除下`$HOME/.local/share/cn.kingtous.fclash/clash`文件夹载打开一下。

> +1 > 某些情况下添加订阅时没有正确生成配置文件导致无法切换配置文件 > 复制正确的文件到配置文件目录下可以正常用(使用其他已生成的clash配置文件) > 使用第三方服务转换订阅链接至标准clash链接可以正常使用(不安全且显示结构可能发生改变) > Ubuntu22.04 > Fclash 1.2.6-2 ?? > ![截图 2022-11-02 21-44-47](https://user-images.githubusercontent.com/25784264/199505513-d06c8c4a-8f0b-4b85-9776-9d7f42d4911a.png) > 是最新版本吗

> > 是最新版本吗 > 是的,我安装的是最新版1.3.4,不过系统报告的版本号和软件显示的不一致 > apt reinstall xxx.deb?

Thanks for the review, all comments has resolved. Is there other jobs I need to do? :)