Skip to content

Commit 7427521

Browse files
authored
Merge pull request #6 from GuoJikun/dev
新增功能以及优化
2 parents dbbf13f + 389a22d commit 7427521

31 files changed

+57995
-148
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quicklook",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Windows 平台的文件预览工具",
55
"private": true,
66
"type": "module",
@@ -22,13 +22,15 @@
2222
"@tauri-apps/plugin-autostart": "~2",
2323
"@tauri-apps/plugin-dialog": "~2",
2424
"@tauri-apps/plugin-fs": "~2",
25+
"@tauri-apps/plugin-shell": "~2",
2526
"@tauri-apps/plugin-updater": "~2",
2627
"@vicons/fluent": "^0.12.0",
2728
"@vueuse/core": "^11.1.0",
2829
"element-plus": "^2.8.7",
2930
"leafer-ui": "^1.0.7",
3031
"markdown-it": "^14.1.0",
3132
"naive-ui": "^2.40.1",
33+
"pdfjs-dist": "^4.8.69",
3234
"pinia": "^2.2.4",
3335
"shiki": "^1.22.2",
3436
"vue": "^3.5.12",
@@ -41,6 +43,7 @@
4143
"@types/jsdom": "^21.1.7",
4244
"@types/markdown-it": "^14.1.2",
4345
"@types/node": "^20.16.11",
46+
"@types/pdfjs-dist": "^2.10.378",
4447
"@vitejs/plugin-vue": "^5.1.4",
4548
"@vitejs/plugin-vue-jsx": "^4.0.1",
4649
"@vitest/eslint-plugin": "1.1.7",

pnpm-lock.yaml

Lines changed: 340 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)