https://github.com/hunlongyu/qrcode-helper
Generation and decoding of QR codes
https://github.com/hunlongyu/qrcode-helper
Last synced: 4 months ago
JSON representation
Generation and decoding of QR codes
- Host: GitHub
- URL: https://github.com/hunlongyu/qrcode-helper
- Owner: Hunlongyu
- Created: 2023-04-11T12:22:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T05:37:10.000Z (over 2 years ago)
- Last Synced: 2025-09-23T23:36:32.398Z (8 months ago)
- Language: Vue
- Size: 1.45 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
## UI
https://vuetifyjs.com/en/components/buttons/
## Icon
https://pictogrammers.com/library/mdi/
## Vue Use
https://vueuse.org/shared/createGlobalState/
### 全局
1. 全局快捷键截图识别屏幕二维码 http://xsnip.cn/
2. 全局快捷键唤醒软件
3. 唤醒软件后识别剪贴板,如果是文字提示转化成二维码,如果是图片提示解析内容
4. 识别屏幕二维码: https://lib.rs/crates/screenshots
### 生成
1. 批量生成
2. txt 文件,每一行生成一个二维码,文件保存在同 txt 文件名一致的同级目录下
3. excel 文件,第一列,每一行生成二维码,
### 解析
1. 解析拖拽图片
2. 解析 svg 格式的图片
3. 解析指定目录下所有二维码图片,包含子目录
### 设置
1. 选择一个数据存储库(js、rust、indexedDB)
2. 主题(黑、白、系统)
3. 二维码保存路径
4. 二维码尺寸、方块颜色、背景色
5. 快捷键自定义
## 开发
### 获取更多错误信息
```shell
set RUST_BACKTRACE=1
tauri dev
```
###