print-designer 1.0.6 → 1.0.7

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/dist/index.html CHANGED
@@ -1,30 +1,15 @@
1
1
  <!DOCTYPE html>
2
- <html lang="en">
2
+ <html lang="zh-CN">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
5
  <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1" />
7
- <meta name="theme-color" content="#000000" />
8
- <meta
9
- name="description"
10
- content="Web site created using create-react-app"
11
- />
7
+ <meta name="theme-color" content="#1890ff" />
8
+ <meta name="description" content="Print Designer - 一个功能强大的 React 报表设计器组件库,支持可视化设计、打印预览和 PDF 导出" />
9
+ <meta name="keywords" content="报表设计器,React,打印预览,PDF导出,带区设计" />
12
10
  <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13
- <!--
14
- manifest.json provides metadata used when your web app is installed on a
15
- user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
16
- -->
17
11
  <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
18
- <!--
19
- Notice the use of %PUBLIC_URL% in the tags above.
20
- It will be replaced with the URL of the `public` folder during the build.
21
- Only files inside the `public` folder can be referenced from the HTML.
22
-
23
- Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
24
- work correctly both with client-side routing and a non-root public URL.
25
- Learn how to configure a non-root public URL by running `npm run build`.
26
- -->
27
- <title>React App</title>
12
+ <title>Print Designer - 报表设计器</title>
28
13
  </head>
29
14
  <body>
30
15
  <noscript>You need to enable JavaScript to run this app.</noscript>
@@ -1,6 +1,6 @@
1
1
  {
2
- "short_name": "React App",
3
- "name": "Create React App Sample",
2
+ "short_name": "Print Designer",
3
+ "name": "Print Designer - 报表设计器",
4
4
  "icons": [
5
5
  {
6
6
  "src": "favicon.ico",
@@ -20,6 +20,6 @@
20
20
  ],
21
21
  "start_url": ".",
22
22
  "display": "standalone",
23
- "theme_color": "#000000",
23
+ "theme_color": "#1890ff",
24
24
  "background_color": "#ffffff"
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "print-designer",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "homepage": "https://chengyihua.github.io/print-designer",
5
5
  "description": "报表设计器 React 组件库",
6
6
  "main": "dist/print-designer.umd.js",
@@ -34,6 +34,7 @@
34
34
  "html2canvas": "^1.4.1",
35
35
  "jsbarcode": "^3.12.1",
36
36
  "jspdf": "^4.0.0",
37
+ "marked": "^17.0.1",
37
38
  "qrcode": "^1.5.4",
38
39
  "react-rnd": "^10.5.2"
39
40
  },