bqb=表情包,e=electron,v=vue
release里可以直接下载mac版客户端
- 第一个panel是搜索页,0是页数,任何时候都需要填页数。
- 第二个panel是上传页,如果图片在服务器上已有相似图片(基于imagehash,详见bqb_web项目)并不会上传,页面会列出unsaved file,console中会打出详细信息。
- 在搜索结果的图片上单击,可以复制图片到剪贴板。(如果想支持gif复制,请python3启动一个gif4wx.py)
- cmd+shift+c 可以呼出debug控制台。
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
This project was generated with electron-vue@de85f81 using vue-cli. Documentation about the original structure can be found here.