vue-print-designer 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,6 +6,15 @@
6
6
 
7
7
  <h1 align="center">Vue Print Designer</h1>
8
8
 
9
+ <p align="center">
10
+ <a href="https://github.com/0ldFive/Vue-Print-Designer/stargazers"><img src="https://img.shields.io/github/stars/0ldFive/Vue-Print-Designer?style=flat-square&logo=github" alt="GitHub stars"></a>
11
+ <a href="https://github.com/0ldFive/Vue-Print-Designer/network/members"><img src="https://img.shields.io/github/forks/0ldFive/Vue-Print-Designer?style=flat-square&logo=github" alt="GitHub forks"></a>
12
+ <a href="https://www.npmjs.com/package/vue-print-designer"><img src="https://img.shields.io/npm/dm/vue-print-designer.svg?style=flat-square&logo=npm" alt="NPM Downloads"></a>
13
+ <a href="https://www.npmjs.com/package/vue-print-designer"><img src="https://img.shields.io/npm/v/vue-print-designer.svg?style=flat-square&logo=npm" alt="NPM Version"></a>
14
+ <a href="https://github.com/0ldFive/Vue-Print-Designer/blob/master/LICENSE"><img src="https://img.shields.io/github/license/0ldFive/Vue-Print-Designer?style=flat-square" alt="License"></a>
15
+ <a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=n-5GjVjM51eH2XvL71r-R8-72r1A2z0V&jump_from=webapi&authKey=zB6r+Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2/Q2"><img border="0" src="https://img.shields.io/badge/QQ%E7%BE%A4-1038069636-blue.svg?style=flat-square&logo=qq" alt="QQ Group" title="QQ Group"></a>
16
+ </p>
17
+
9
18
  <p align="center">
10
19
  中文 | <a href="https://github.com/0ldFive/Vue-Print-Designer/blob/master/README_EN.md">English</a>
11
20
  </p>
@@ -46,22 +55,16 @@ Vue Print Designer 是一款可视化打印设计器,面向业务表单、标
46
55
  <img src="./docs/images/qq_group.jpg" alt="Vue Print Designer QQ 群二维码(1038069636)" width="120" />
47
56
  </p>
48
57
 
49
- ## 核心特性与功能亮点
50
-
51
- 多数打印插件要么框架耦合重,要么功能偏基础。我们聚焦复杂分页与低成本集成,提供企业级打印方案:
52
-
53
- - **开箱即用**:不同于手写分页逻辑,内置完整的拖拽设计器与预览引擎,自动处理表格分页与表头重复。
54
- - **跨框架支持**:拒绝框架锁定,基于 Web Components,完美适配 Vue/React/Angular/原生 HTML 等所有技术栈。
55
- - **工程化完备**:不仅是打印,更提供静默打印、云打印、PDF/图片导出及精细的打印参数控制。
56
- - **灵活扩展**:支持自定义元素与 API 对接,满足深度业务定制需求。
58
+ ## 核心特性
57
59
 
58
- - 拖拽式页面编辑,支持文本、图片、条码、二维码、表格、形状
59
- - 表格自动分页(支持表头/表尾重复)
60
- - 多页面布局、网格/标尺、缩放与对齐工具
61
- - 导出 PDF/图片/Blob,支持拼接/分片
62
- - 打印参数配置:打印机、份数、页范围、单双面、纸张等
63
- - **静默打印**:支持本地客户端直打,无需人工确认
64
- - **云打印**:支持远程客户端接入与云端下发打印任务
60
+ - **可视化设计**:全功能拖拽设计器,支持文本/图片/表格/条码/二维码/形状等组件,内置标尺、网格与辅助对齐。
61
+ - **智能分页**:自动处理长表格分页,支持表头/表尾重复,无需手写复杂逻辑,所见即所得。
62
+ - **跨框架支持**:基于 Web Components,零依赖适配 Vue/React/Angular/原生 HTML 等所有技术栈。
63
+ - **全场景打印**:
64
+ - **浏览器打印**:原生预览与打印。
65
+ - **导出**:支持生成 PDF、图片(拼接/分片)。
66
+ - **客户端打印**:支持**静默打印**(无弹窗直打)与**云打印**(远程任务下发)。
67
+ - **企业级功能**:支持自定义纸张、API 数据对接、模板导入导出及精细的打印参数控制(打印机/份数/单双面/DPI)。
65
68
 
66
69
  ## 配套打印客户端(PrintDot Client)
67
70