不想手动点评价了!(日后可能会集成到 CCZU Helper 中)
| Windows | Android | Linux | MacOS | IOS |
|---|---|---|---|---|
| ✅ | ✅ | ❌ | ❌ | ❌ |
由于主要开发人员缺乏 Linux桌面环境 / Apple 设备,所以无法适配对应的版本,你可以尝试自行编译,如果平台对应的功能没有适配,欢迎提供Pull Request~
如果不知道如何在Github提issue,可以搜一下如何提issue
https://github.com/CCZU-OSSA/cczu-eva/issues
编译之前先确保你的设备上拥有 Rust 与 Flutter 环境,需要clone此项目你还需要一个git
然后运行以下代码
<target-platform>取决于你的目标平台
可以使用flutter help build命令查看
git clone https://github.com/CCZU-OSSA/cczu-eva.git
cd cczu-eva
flutter build <target-platform> --release