登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
41
Star
513
Fork
271
CcSimple
/
electron-hiprint
代码
Issues
17
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
发行版
最新版
1.0.15
4d43988
2026-01-15 10:43
对比
1.0.15 (2026-01-15)
xavier
> [!IMPORTANT] > macOS 提示应用程序已经损坏,解决方案 > > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` ## What's Changed * 语法错误error not defined by @webhaohao in https://github.com/CcSimple/electron-hiprint/pull/55 * fix: 修改url_pdf 打印路径不存在问题 by @webhaohao in https://github.com/CcSimple/electron-hiprint/pull/54 * 捕获machineIdSync异常,避免异常时客户端信息丢失 by @ACoolOctober in https://github.com/CcSimple/electron-hiprint/pull/57 * 批量串行打印,打印机只能打印两份,打印机在打印中,导致后续失败。 by @webhaohao in https://github.com/CcSimple/electron-hiprint/pull/58 * 增加打印机异常具体详情信息 by @webhaohao in https://github.com/CcSimple/electron-hiprint/pull/59 * docs: 更新配置项说明和文档格式 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/61 * feat: 打印Blob类型的PDF数据 by @smirkQAQ in https://github.com/CcSimple/electron-hiprint/pull/64 * feat(构建流程): 优化多平台打包和发布流程 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/65 * refactor(日志处理): 使用 electron-log 替换自定义 log by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/66 * chore: 更新 github action release.yml by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/67 * fix: 重复开关窗口 进程累加内存泄露BUG by @smirkQAQ in https://github.com/CcSimple/electron-hiprint/pull/68 * fix: Blob is not defined by @smirkQAQ in https://github.com/CcSimple/electron-hiprint/pull/69 * feat(关于对话框): 添加关于对话框功能,添加快速反馈功能 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/71 * feat: unix-print打印pdf文件支持外部传入lp命令 by @yybetta in https://github.com/CcSimple/electron-hiprint/pull/72 * 修正 win32-pdf-printer 路径 by @toss-a in https://github.com/CcSimple/electron-hiprint/pull/76 * 修复 getPaperSizeInfo 未正确传递打印机名称参数 by @toss-a in https://github.com/CcSimple/electron-hiprint/pull/77 ## New Contributors * @webhaohao made their first contribution in https://github.com/CcSimple/electron-hiprint/pull/55 * @ACoolOctober made their first contribution in https://github.com/CcSimple/electron-hiprint/pull/57 * @smirkQAQ made their first contribution in https://github.com/CcSimple/electron-hiprint/pull/64 * @yybetta made their first contribution in https://github.com/CcSimple/electron-hiprint/pull/72 * @toss-a made their first contribution in https://github.com/CcSimple/electron-hiprint/pull/76 ## 发行版下载与安装说明 1. gitee 限制仓库总容量只有 1G,不再提供 beta 发行版,可以移步 [github release](https://github.com/CcSimple/electron-hiprint/releases/tag/1.0.15) 获取 2. macOs 提示应用程序已经损坏解决方案: > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.13...1.0.15
最后提交信息为:
release: 1.0.15
预览版本
1.0.14-beta6
ee8f253
2026-01-15 10:41
对比
1.0.14-beta6 (2025-12-01)
xavier
> [!IMPORTANT] > macOS 提示应用程序已经损坏,解决方案 > > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` ## What's Changed * feat(关于对话框): 添加关于对话框功能,添加快速反馈功能 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/71 * feat: unix-print打印pdf文件支持外部传入lp命令 by @yybetta in https://github.com/CcSimple/electron-hiprint/pull/72 * release: 1.0.14-beta6 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/75 - fix(提示框): 添加 noLink 属性以防止链接显示 - feat(关于对话框): 添加关于对话框功能,添加快速反馈功能 - feat(render): render api 修改 打印机状态判断,错误日志添加打印机状态输出 ## New Contributors * @yybetta made their first contribution in https://github.com/CcSimple/electron-hiprint/pull/72 ## 发行版下载与安装说明 1. gitee 限制仓库总容量只有 1G,不再提供 beta 发行版,可以移步 [github release](https://github.com/CcSimple/electron-hiprint/releases/tag/1.0.14-beta6) 获取 2. macOs 提示应用程序已经损坏解决方案: > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.14-beta5...1.0.14-beta6
最后提交信息为:
release: 1.0.14-beta6
预览版本
1.0.14-beta5
e4d8d45
2025-08-25 10:45
对比
1.0.14-beta5 (2025-08-24)
xavier
## What's Changed * refactor(日志处理): 使用 electron-log 替换自定义 log by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/66 * chore: 更新 github action release.yml by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/67 * fix: 重复开关窗口 进程累加内存泄露BUG by @smirkQAQ in https://github.com/CcSimple/electron-hiprint/pull/68 * fix: Blob is not defined by @smirkQAQ in https://github.com/CcSimple/electron-hiprint/pull/69 * release: 1.0.14-beta5 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/70 ## 发行版下载与安装说明 1. gitee 限制仓库总容量只有 1G,不再提供 beta 发行版,可以移步 [github release](https://github.com/CcSimple/electron-hiprint/releases/tag/1.0.14-beta5) 获取 2. macOs 提示应用程序已经损坏解决方案: > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.14-beta4...1.0.14-beta5
最后提交信息为:
release: 1.0.14-beta5
预览版本
1.0.14-beta4
7e48975
2025-08-18 15:15
对比
1.0.14-beta4 (2025-08-17)
xavier
## What's Changed * docs: 更新配置项说明和文档格式 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/61 * feat: 打印Blob类型的PDF数据 by @smirkQAQ in https://github.com/CcSimple/electron-hiprint/pull/64 * feat(构建流程): 优化多平台打包和发布流程 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/65 ## New Contributors * @smirkQAQ made their first contribution in https://github.com/CcSimple/electron-hiprint/pull/64 ## 发行版下载与安装说明 1. gitee 限制仓库总容量只有 1G,不再提供 beta 发行版,可以移步 [github release](https://github.com/CcSimple/electron-hiprint/releases/tag/1.0.14-beta4) 获取 2. macOs 提示应用程序已经损坏解决方案: > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.14-beta3...1.0.14-beta4
最后提交信息为:
feat(构建流程): 优化多平台打包和发布流程
预览版本
1.0.14-beta3
6824d7f
2025-08-18 15:15
对比
1.0.14-beta3 (2025-07-29)
xavier
## What's Changed * fix: 解决 node 唯一 id 获取异常,修复客户端信息丢失问题 by @ACoolOctober in https://github.com/CcSimple/electron-hiprint/pull/57 * fix: 批量并行打印优化,修复打印队列数超过2后续失败问题 by @webhaohao in https://github.com/CcSimple/electron-hiprint/pull/58 * feat: 日志增加打印机具体异常信息 by @webhaohao in https://github.com/CcSimple/electron-hiprint/pull/59 ## New Contributors * @ACoolOctober made their first contribution in https://github.com/CcSimple/electron-hiprint/pull/57 ## 发行版下载与安装说明 1. gitee 限制仓库总容量只有 1G,不再提供 beta 发行版,可以移步 [github release](https://github.com/CcSimple/electron-hiprint/releases/tag/1.0.14-beta3) 获取 2. macOs 提示应用程序已经损坏解决方案: > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.14-beta2...1.0.14-beta3
最后提交信息为:
release: 1.0.14-beta3
预览版本
1.0.14-beta2
7293a70
2025-08-18 15:14
对比
1.0.14-beta2 (2025-07-27)
xavier
## What's Changed 1. feat(界面优化): 添加隐私数据切换功能 - 优化界面,增加隐私数据的显示与隐藏功能,提升用户体验 ## 发行版下载与安装说明 1. gitee 限制仓库总容量只有 1G,不再提供 beta 发行版,可以移步 [github release](https://github.com/CcSimple/electron-hiprint/releases/tag/1.0.14-beta2) 获取 2. macOs 提示应用程序已经损坏解决方案: > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.14-beta1...1.0.14-beta2
最后提交信息为:
release: 1.0.14-beta2
预览版本
1.0.14-beta1
4eb97b1
2025-08-18 15:12
对比
1.0.14-beta1 (2025-07-08)
xavier
## What's Changed * 语法错误error not defined by @webhaohao in https://github.com/CcSimple/electron-hiprint/pull/55 * fix: 修改url_pdf 打印路径不存在问题 by @webhaohao in https://github.com/CcSimple/electron-hiprint/pull/54 ## New Contributors * @webhaohao made their first contribution in https://github.com/CcSimple/electron-hiprint/pull/55 > [!IMPORTANT] > macOS 提示应用程序已经损坏,解决方案 > > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` ## 发行版下载与安装说明 1. gitee 限制仓库总容量只有 1G,不再提供 beta 发行版,可以移步 [github release](https://github.com/CcSimple/electron-hiprint/releases/tag/1.0.14-beta1) 获取 2. macOs 提示应用程序已经损坏解决方案: > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.13...1.0.14-beta1
最后提交信息为:
release: 1.0.14-beta1
1.0.13
f132f96
2025-06-20 11:34
对比
1.0.13 (2025-06-20)
xavier
## What's Changed - feat: 添加 render 窗口、打印记录功能 by @Xavier9896 in [#39](https://github.com/CcSimple/electron-hiprint/pull/39) - fix: some gitee pr and issues by @Xavier9896 in [#40](https://github.com/CcSimple/electron-hiprint/pull/40) - feat: 设置-高级设置-增加默认打印机选择 by @3076 in [#41](https://github.com/CcSimple/electron-hiprint/pull/41) - release: v1.0.12-beta6 by @Xavier9896 in [#42](https://github.com/CcSimple/electron-hiprint/pull/42) - 断网情况下这个默认值给的有问题 by @cjf-Fly in [#44](https://github.com/CcSimple/electron-hiprint/pull/44) - release: v1.0.12-beta6 by @Xavier9896 in [#45](https://github.com/CcSimple/electron-hiprint/pull/45) - 多方式处理字体模糊问题 by @Xavier9896 in [#46](https://github.com/CcSimple/electron-hiprint/pull/46) - Tray(系统托盘) 与 NSIS安装卸载 优化调整 by @Xavier9896 in [#47](https://github.com/CcSimple/electron-hiprint/pull/47) - Render api 提供 html 参数,添加重打设置、文档 by @Xavier9896 in [#49](https://github.com/CcSimple/electron-hiprint/pull/49) - 添加可设置的友好设备名称(nickName)配置项 by @Xavier9896 in [#50](https://github.com/CcSimple/electron-hiprint/pull/50) - 设置保存提示语优化调整,设置页添加 tips by @Xavier9896 in [#52](https://github.com/CcSimple/electron-hiprint/pull/52) - 添加 release 流水线,实现自动打包发版 by @Xavier9896 in [#53](https://github.com/CcSimple/electron-hiprint/pull/53) ## New Contributors - @3076 made their first contribution in [#41](https://github.com/CcSimple/electron-hiprint/pull/41) - @cjf-Fly made their first contribution in [#44](https://github.com/CcSimple/electron-hiprint/pull/44) ## 发行版下载与安装说明 1. gitee 限制仓库总容量只有 1G,无法上传更多的发行版,已移除部分产物,可以移步 [github release](https://github.com/CcSimple/electron-hiprint/releases/tag/1.0.13) 获取 2. macOs 提示应用程序已经损坏解决方案: > [文件提示损坏解决办法 macwk.cn](https://macwk.cn/1144.html) > `sudo xattr -r -d com.apple.quarantine /应用程序路径/hiprint.app` **Full Changelog**: [1.0.11...1.0.13](https://github.com/CcSimple/electron-hiprint/compare/1.0.11...1.0.13)
最后提交信息为:
Merge pull request
#53
from Xavier9896/master
预览版本
1.0.12-beta9
05b2627
2025-05-15 10:01
对比
1.0.12-beta9 (2025-05-14)
xavier
## What's Changed ### 新功能 - **feat:** 添加可设置的友好设备名称 (nickName) 配置项 ([e7b7217](https://github.com/Xavier9896/vue-plugin-hiprint/commit/e7b7217)) ### 修复 - **fix:** 使用可选链操作符确保在断开连接时安全发送消息 ([7c167a7](https://github.com/Xavier9896/vue-plugin-hiprint/commit/7c167a7)) - **fix:** 重构事件初始化和移除逻辑,确保窗口关闭时正确解绑事件 ([9592167](https://github.com/Xavier9896/vue-plugin-hiprint/commit/9592167)) - **fix:** 修复 printlog 页面事件绑定、解绑监听缺陷 ([8c3f12d](https://github.com/Xavier9896/vue-plugin-hiprint/commit/8c3f12d)) - **fix:** 打印日志记录状态失败值改为 "failed" ([61373c7](https://github.com/Xavier9896/vue-plugin-hiprint/commit/61373c7)) - **fix:** 修复设置 logPath 后不生效问题 ([c8287cb](https://github.com/Xavier9896/vue-plugin-hiprint/commit/c8287cb)) - **fix:** 修改 win 环境管理员权限申请 ([9116e01](https://github.com/Xavier9896/vue-plugin-hiprint/commit/9116e01)) - **fix:** defaultPrinter 和指定打印机 bug 修复 ([cbf08d4](https://github.com/Xavier9896/vue-plugin-hiprint/commit/cbf08d4)) ### 发布 - **release:** 发布 1.0.12-beta9 ([05b2627](https://github.com/Xavier9896/vue-plugin-hiprint/commit/05b2627)) > gitee 每个仓库总附件不可超过 1G,无法分发更多的附件,beta 版暂不提供 gitee 发行版,可在 [github releases](https://github.com/CcSimple/electron-hiprint/releases)、[gitcode releases](https://gitcode.com/liu1195209896/electron-hiprint/releases)下载 **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.12-beta8...1.0.12-beta9
最后提交信息为:
release: 1.0.12-beta9
预览版本
1.0.12-beta8
e00b510
2025-05-01 14:20
对比
1.0.12-beta8 (2025-05-01)
xavier
## What's Changed * Render api 提供 html 参数,添加重打设置、文档 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/49 * 调整优化 defaultPrinter 和 打印机状态 处理逻辑 by @CcSimple in https://github.com/CcSimple/electron-hiprint/commit/31830841e608b35abee3187584b56836fa4232e8 * 调整优化 render.html 模板json 统一处理(支持json字符串) by @CcSimple in https://github.com/CcSimple/electron-hiprint/commit/8baa0c4b2b448b78d0dc2f1edb67cdaa7bebda43 > gitee 每个仓库总附件不可超过 1G,无法分发更多的附件,beta 版暂不提供 gitee 发行版,可在 [github releases](https://github.com/CcSimple/electron-hiprint/releases)、[gitcode releases](https://gitcode.com/liu1195209896/electron-hiprint/releases)下载 **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.12-beta7...1.0.12-beta8
最后提交信息为:
release: 1.0.12-beta8
预览版本
1.0.12-beta7
26d71ec
2025-05-01 14:19
对比
1.0.12-beta7 (2025-03-26)
xavier
## What's Changed * 多方式处理字体模糊问题 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/46 1. 使用 [electron 官方方案](https://www.electronjs.org/zh/docs/latest/faq#文字看起来很模糊这是什么原因造成的怎么解决这个问题呢) 解决字体模糊 2. 使用 css 处理字体模糊 ```css -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; ``` 3. 添加命令行参数禁用 GPU 渲染加速、允许高DPI、设置默认缩放比例 * Tray(系统托盘) 与 NSIS安装卸载 优化调整 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/47 1. Tray 右键菜单添加 “显示主窗口” 选项,解决 linux 上 click、double-click 不响应无法显示主窗口问题 2. NSIS 脚本调整 - 安装时检测安装包目录下是否存在 `config.json` 如果存在则默认使用对应配置 - 卸载时弹窗询问是否删除本地用户数据,该操作可以清除用户设置、软件日志、打印日志数据库 **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.12-beta6...1.0.12-beta7
最后提交信息为:
Merge pull request
#47
from Xavier9896/master
预览版本
1.0.12-beta6
c31956b
2025-03-17 18:52
对比
1.0.12-beta6 (2025-03-15)
xavier
## What's Changed * 断网情况下打印插件列表默认值问题解决 by @cjf-Fly in https://github.com/CcSimple/electron-hiprint/pull/44 * release: v1.0.12-beta6 by @Xavier9896 in https://github.com/CcSimple/electron-hiprint/pull/45 - 1. render-print api 默认使用设置-默认打印机 - 2. render-print 添加进打印日志,方便重打 ## New Contributors * @cjf-Fly made their first contribution in https://github.com/CcSimple/electron-hiprint/pull/44 > gitee 每个仓库总附件不可超过 1G,无法分发更多的附件,beta 版暂不提供 gitee 发行版,可在 [github releases](https://github.com/CcSimple/electron-hiprint/releases)、[gitcode releases](https://gitcode.com/liu1195209896/electron-hiprint/releases)下载 **Full Changelog**: https://github.com/CcSimple/electron-hiprint/compare/1.0.12-beta5...1.0.12-beta6
最后提交信息为:
Merge pull request
#45
from Xavier9896/master
预览版本
1.0.12-beta5
d6b8518
2025-01-10 19:42
对比
1.0.12-beta5 (2025-01-09)
xavier
## What's Changed * feat: 添加 render 窗口、打印记录功能 by [@Xavier9896](https://github.com/Xavier9896) in [#39](https://github.com/CcSimple/electron-hiprint/pull/39)  * fix: some gitee pr and issues by [@Xavier9896](https://github.com/Xavier9896) in [#40](https://github.com/CcSimple/electron-hiprint/pull/40) * feat:设置-高级设置-增加默认打印机选择 by [@3076](https://github.com/3076) in [#41](https://github.com/CcSimple/electron-hiprint/pull/41) ## New Contributors * [@3076](https://github.com/3076) made their first contribution in [#41](https://github.com/CcSimple/electron-hiprint/pull/41) > gitee 每个仓库总附件不可超过 1G,无法分发更多的附件,beta 版暂不提供 gitee 发行版,可在 [github releases](https://github.com/CcSimple/electron-hiprint/releases)、[gitcode releases](https://gitcode.com/liu1195209896/electron-hiprint/releases)下载 **Full Changelog**: [1.0.11...1.0.12-beta5](https://github.com/CcSimple/electron-hiprint/compare/1.0.11...1.0.12-beta5)
最后提交信息为:
Merge pull request
#42
from Xavier9896/master
1.0.11
a038cc3
2024-08-10 04:18
对比
v1.0.11 (2024-08-10)
已注销用户
1. 新增支持 print2 分批打印 @george-hong [#32](https://github.com/CcSimple/electron-hiprint/pull/32) 2. 修复自启动功能失效问题 @zhenxin0603 [#30](https://github.com/CcSimple/electron-hiprint/pull/30) --- 已知缺陷:本地服务 token 校验缺失,仓库代码已修复。本地连接需要 token 校验、插件跑在公网机器上担心安全问题的,可自行打包修复。 --- > gitee 每个仓库总附件不可超过 1G,无法分发更多的附件,部分包已删除,可在 [github releases](https://github.com/CcSimple/electron-hiprint/releases)、[gitcode releases](https://gitcode.com/liu1195209896/electron-hiprint/releases)下载
最后提交信息为:
v1.0.11
1.0.10
2ba5c61
2024-04-05 13:55
对比
v1.0.10 (2024-04-05)
已注销用户
1. 优化了配置存储,重装不丢配置 2. 通知添加设置,允许关闭通知 3. 添加 日志 功能 4. 添加 getPaperSizeInfo 功能,方便获取打印机可用纸张尺寸(win only) 5. 优化了启动后最小化功能 6. 修复了 设置页参数 校验bug bug:该版本无法实现自启动,为开发过程中遗留了一处代码,已提交 commit 修复,有需要的可以先自行打包。 --- > gitee 每个仓库总附件不可超过 1G,无法分发更多的附件,部分包已删除,可在 [github releases](https://github.com/CcSimple/electron-hiprint/releases)、[gitcode releases](https://gitcode.com/liu1195209896/electron-hiprint/releases)下载
最后提交信息为:
v1.0.10
1.0.9
f3b2ef8
2023-12-07 23:27
对比
v1.0.9(2023-12-07)
CcSimple
1.新增pdf打印功能、可打印在线pdf 2.支持自启动(管理员运行) 3.新增设置页面、可设置端口号、token等 4.新增打印中转服务相关功能 感谢迷弟Xavier(https://github.com/Xavier)的贡献 --- > gitee 每个仓库总附件不可超过 1G,无法分发更多的附件,部分包已删除,可在 [github releases](https://github.com/CcSimple/electron-hiprint/releases)、[gitcode releases](https://gitcode.com/liu1195209896/electron-hiprint/releases)下载
最后提交信息为:
fix 打印回调问题
1.0.6
8dd723d
2023-02-08 13:40
对比
v1.0.6(2023-02-08)
CcSimple
fix 部分打印参数无效问题 --- > gitee 每个仓库总附件不可超过 1G,无法分发更多的附件,部分包已删除,可在 [github releases](https://github.com/CcSimple/electron-hiprint/releases)、[gitcode releases](https://gitcode.com/liu1195209896/electron-hiprint/releases)下载
最后提交信息为:
v1.0.6
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/CcSimple/electron-hiprint.git
git@gitee.com:CcSimple/electron-hiprint.git
CcSimple
electron-hiprint
electron-hiprint
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册