markpdfdown 0.1.8 → 0.2.0
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/renderer/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>MarkPDFdown</title>
|
|
8
|
-
<script type="module" crossorigin src="./assets/index-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
8
|
+
<script type="module" crossorigin src="./assets/index-wHB9i2kW.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="./assets/index-B_JfRqwM.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markpdfdown",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "A high-quality PDF to Markdown tool based on large language model visual recognition.",
|
|
5
5
|
"author": "MarkPDFdown",
|
|
6
6
|
"main": "dist/main/index.js",
|
|
@@ -80,7 +80,8 @@
|
|
|
80
80
|
"mac": {
|
|
81
81
|
"category": "public.app-category.productivity",
|
|
82
82
|
"target": [
|
|
83
|
-
"dmg"
|
|
83
|
+
"dmg",
|
|
84
|
+
"zip"
|
|
84
85
|
],
|
|
85
86
|
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
|
86
87
|
"icon": "public/icons/mac/icon.icns",
|
|
@@ -112,6 +113,11 @@
|
|
|
112
113
|
"electronDownload": {
|
|
113
114
|
"mirror": "https://github.com/electron/electron/releases/download/"
|
|
114
115
|
},
|
|
116
|
+
"publish": {
|
|
117
|
+
"provider": "github",
|
|
118
|
+
"owner": "MarkPDFdown",
|
|
119
|
+
"repo": "markpdfdown-desktop"
|
|
120
|
+
},
|
|
115
121
|
"asar": true
|
|
116
122
|
},
|
|
117
123
|
"lint-staged": {
|
|
@@ -133,6 +139,7 @@
|
|
|
133
139
|
"@types/sharp": "^0.31.1",
|
|
134
140
|
"antd": "^5.24.4",
|
|
135
141
|
"electron-is-dev": "^3.0.1",
|
|
142
|
+
"electron-updater": "^6.7.3",
|
|
136
143
|
"katex": "^0.16.21",
|
|
137
144
|
"pdf-lib": "^1.17.1",
|
|
138
145
|
"pdf-to-png-converter": "^3.11.0",
|