Skip to content

Commit 9704850

Browse files
authored
docs: 修正并更新文档
1 parent 3840ffe commit 9704850

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -575,15 +575,16 @@ hiwebSocket.setHost("https://printjs.cn:17521", "vue-plugin-hiprint");
575575
576576
## 插件生态
577577

578-
| 项目名称 | 项目地址 | 下载地址 | 描述 |
579-
|-----------------------| ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- |-----------------------------------------------------------------|
580-
| vue-plugin-hiprint | [github](https://github.com/CcSimple/vue-plugin-hiprint)[gitee](https://gitee.com/CcSimple/vue-plugin-hiprint) | [npm](https://www.npmjs.com/package/vue-plugin-hiprint) | 打印设计器 |
581-
| electron-hiprint | [github](https://github.com/CcSimple/electron-hiprint)[gitee](https://gitee.com/CcSimple/electron-hiprint) | [releases](https://github.com/CcSimple/electron-hiprint/releases) | 直接打印客户端 |
582-
| *node-hiprint-transit | [github](https://github.com/Xavier9896/node-hiprint-transit)[gitee](https://gitee.com/Xavier9896/node-hiprint-transit) | - | web 与客户端中转服务 Node 实现 |
583-
| *hiprint-transit-java | [github](https://github.com/weaponready/hiprint-transit-java) | - | web 与客户端中转服务 Java 实现 |
584-
| *uni-app-hiprint | [github](https://github.com/Xavier9896/uni-app-hiprint) | - | uni-app 项目通过 webview 使用 vue-plugin-hiprint demo |
585-
| *node-hiprint-pdf | [github](https://github.com/CcSimple/node-hiprint-pdf) | - | 提供通过 node 对 vue-plugin-hiprint 模板生成 矢量 pdf、image、html |
586-
| *iboot-print | [github](https://github.com/anganing/iboot-print) | - | 提供通过 java HtmlUnit 对 vue-plugin-hiprint 模板生成 html(image、pdf待实现) |
578+
| 项目名称 | 项目地址 | 下载地址 | 描述 |
579+
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ------------------------------------------------------------------ |
580+
| vue-plugin-hiprint | [github](https://github.com/CcSimple/vue-plugin-hiprint)[gitee](https://gitee.com/CcSimple/vue-plugin-hiprint) | [npm](https://www.npmjs.com/package/vue-plugin-hiprint) | 打印设计器 |
581+
| electron-hiprint | [github](https://github.com/CcSimple/electron-hiprint)[gitee](https://gitee.com/CcSimple/electron-hiprint) | [releases](https://github.com/CcSimple/electron-hiprint/releases) | 直接打印客户端 |
582+
| node-hiprint-transit | [github](https://github.com/Xavier9896/node-hiprint-transit)[gitee](https://gitee.com/Xavier9896/node-hiprint-transit) | [releases](https://github.com/Xavier9896/node-hiprint-transit/releases) | web 与客户端中转服务 Node 实现 |
583+
| hiprint-transporter-java | [github](https://github.com/LyingDoc/hiprint-transit-java)[gitee](https://gitee.com/dut_cc/hiprint-transporter-java) | - | web 与客户端中转服务 Java 实现 |
584+
| hiprint-transit-java | [github](https://github.com/weaponready/hiprint-transit-java) | - | web 与客户端中转服务 Java 实现 |
585+
| uni-app-hiprint | [github](https://github.com/Xavier9896/uni-app-hiprint) | - | uni-app 项目通过 webview 使用 vue-plugin-hiprint demo |
586+
| node-hiprint-pdf | [github](https://github.com/CcSimple/node-hiprint-pdf) | - | 提供通过 node 对 vue-plugin-hiprint 模板生成 矢量 pdf、image、html |
587+
587588

588589
> 带 * 项目为周边社区维护项目,更新迭代、兼容性、稳定性无法得到保证。
589590

apiDoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ hiprint.print2(
459459
// 支持多模板,在此处继续添加如上格式即可
460460
],
461461
options: {
462-
clientId: "HB2OhMUEJuQx9YdxAAAV", // 客户端 ID
462+
client: "HB2OhMUEJuQx9YdxAAAV", // 客户端 ID
463463
},
464464
},
465465
(res) => {

0 commit comments

Comments
 (0)