https://github.com/BD777/imageview
Image viewer by tauri
https://github.com/BD777/imageview
Last synced: 9 days ago
JSON representation
Image viewer by tauri
- Host: GitHub
- URL: https://github.com/BD777/imageview
- Owner: BD777
- Created: 2022-06-06T12:12:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T07:08:35.000Z (over 3 years ago)
- Last Synced: 2025-01-16T12:54:31.850Z (9 months ago)
- Language: Vue
- Size: 2.09 MB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rust-list - BD777/imageview
- awesome-rust-list - BD777/imageview
README
# ImageView | 图阅
A image viewer by tauri.
用来看图的软件,当然,看漫画也是很方便的。## 简单演示


## 简介
能在PC上较为舒适地看图看漫画。之前有用electron做过一个,心血来潮,用tauri再做一个。体积比electron小了不少。
## 使用
### 1. 直接去release下载,打开,一气呵成。
[去release页下载](https://github.com/BD777/imageview/releases)### 2. 我要自己编译
- 照着这份 [tauri环境要求](https://tauri.studio/v1/guides/getting-started/prerequisites) 所说的去做
- ```npm install```
- ```npm run tauri:build```
- 然后大概会在`src-tauri/target`里获得可执行文件## 已知问题
- `dire`在`osx`下貌似有bug,须手动将`osx.rs:26`的`let mut config_home = path;`改为`let mut config_home = path.clone();`方能编译通过。## 鸣谢 Thx
- [tauri](https://tauri.studio/)
- [NaiveUI](https://www.naiveui.com/zh-CN/os-theme) // 很合我口味
- [Vue3](https://v3.cn.vuejs.org/guide/introduction.html)
- [vue-cli-plugin-tauri](https://github.com/tauri-apps/vue-cli-plugin-tauri)