Skip to content

Commit

Permalink
Merge pull request #8 from GuoJikun/dev
Browse files Browse the repository at this point in the history
准备 v0.5.0 版本
  • Loading branch information
GuoJikun authored Nov 28, 2024
2 parents 5e5d964 + d4185c2 commit f20fd66
Show file tree
Hide file tree
Showing 32 changed files with 442 additions and 13 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@ pnpm tauri build
- [x] md
- [x] markdown
- 文档:
- [ ] xlsx
- [ ] xls
- [x] xlsx
- [x] xls
- [x] xlsm
- [x] xlsb
- [x] xla
- [x] xlam
- [x] ods
- [ ] csv
- 代码文件(utf8):
- [x] html
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quicklook",
"version": "0.4.0",
"version": "0.5.0",
"description": "Windows 平台的文件预览工具",
"private": true,
"type": "module",
Expand All @@ -17,6 +17,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@handsontable/vue3": "^14.6.1",
"@shikijs/markdown-it": "^1.22.2",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-autostart": "~2",
Expand All @@ -27,6 +28,7 @@
"@vicons/fluent": "^0.12.0",
"@vueuse/core": "^11.1.0",
"element-plus": "^2.8.7",
"handsontable": "^14.6.1",
"leafer-ui": "^1.0.7",
"markdown-it": "^14.1.0",
"naive-ui": "^2.40.1",
Expand Down
100 changes: 100 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f20fd66

Please sign in to comment.