jit-pdf 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ Enterprise-ready PDF viewing and editing SDK for business systems.
4
4
 
5
5
  `jit-pdf` provides a polished Chinese UI, annotation tools, redaction workflow, local IndexedDB storage, HTTP file-service integration, and multiple integration styles for modern apps and plain HTML pages.
6
6
 
7
- [中文文档 / Chinese Documentation](https://github.com/jitOffice/jit-pdf-sdk/blob/main/packages/pdf-sdk/README.zh-CN.md)
7
+ [中文文档 / Chinese Documentation](https://github.com/jitOffice/jit-pdf-sdk/blob/main/README.zh-CN.md)
8
8
 
9
9
  ## Why jit-pdf
10
10
 
@@ -347,4 +347,4 @@ mountJitPdfEditor({
347
347
  - Repository: https://github.com/jitOffice/jit-pdf-sdk
348
348
  - Vue example: `packages/pdf-sdk/examples/vue-demo`
349
349
  - HTML example: `packages/pdf-sdk/examples/html-demo`
350
- - Chinese docs: https://github.com/jitOffice/jit-pdf-sdk/blob/main/packages/pdf-sdk/README.zh-CN.md
350
+ - Chinese docs: https://github.com/jitOffice/jit-pdf-sdk/blob/main/README.zh-CN.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jit-pdf",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "企业级 PDF 预览与编辑 SDK,支持 Vue、浏览器挂载和 UMD 直引",