A Image Collect GUI based on tauri.
- 监听操作系统拖拽事件弹窗
- 拖拽即上传
- 文件浏览
- 标签分类
- 色彩分类
从 release 进行下载。 支持 macOS 11+。
或自行编译 Windows x64, Linux x86_64
Notes: 如果无法在Windows上启动应用程序, 请检查一下你有没有安装 Webview2 。
你应该安装 Rust 和 Nodejs,查看更多信息 。 然后安装Nodejs包。
yarn install
然后执行
yarn tauri dev
构建
yarn tauri build
...
这是 Rust 实践的学习项目。
Image Collect 基于或受这些项目的启发,依此类推:
- tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web frontend.
- BD777/imageview: Image viewer by tauri
MIT License. See License here for details.