Skip to content

Commit

Permalink
Merge pull request #6 from GuoJikun/dev
Browse files Browse the repository at this point in the history
新增功能以及优化
  • Loading branch information
GuoJikun authored Nov 22, 2024
2 parents dbbf13f + 389a22d commit 7427521
Show file tree
Hide file tree
Showing 31 changed files with 57,995 additions and 148 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quicklook",
"version": "0.2.0",
"version": "0.3.0",
"description": "Windows 平台的文件预览工具",
"private": true,
"type": "module",
Expand All @@ -22,13 +22,15 @@
"@tauri-apps/plugin-autostart": "~2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-updater": "~2",
"@vicons/fluent": "^0.12.0",
"@vueuse/core": "^11.1.0",
"element-plus": "^2.8.7",
"leafer-ui": "^1.0.7",
"markdown-it": "^14.1.0",
"naive-ui": "^2.40.1",
"pdfjs-dist": "^4.8.69",
"pinia": "^2.2.4",
"shiki": "^1.22.2",
"vue": "^3.5.12",
Expand All @@ -41,6 +43,7 @@
"@types/jsdom": "^21.1.7",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.16.11",
"@types/pdfjs-dist": "^2.10.378",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/eslint-plugin": "1.1.7",
Expand Down
340 changes: 340 additions & 0 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 7427521

Please sign in to comment.