Skip to content

Commit

Permalink
准备 v0.7.0
Browse files Browse the repository at this point in the history
准备 v0.7.0
  • Loading branch information
GuoJikun authored Dec 30, 2024
2 parents c763cc7 + 765e3eb commit 07da2cd
Show file tree
Hide file tree
Showing 28 changed files with 1,087 additions and 371 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ pnpm tauri build
- [x] xla
- [x] xlam
- [x] ods
- [ ] csv
- [x] csv
- [x] docx
- 代码文件(utf8):
- [x] html
- [x] css
Expand Down Expand Up @@ -86,7 +87,12 @@ pnpm tauri build

## 使用到的开源软件

- csv
- calamine
- csv: 解析 csv 文件
- calamine: 解析 Excel 文件
- vitepress 的样式
- zip
- zip: 解析 zip 格式的文件
- docx-rs
- docx-preview
- image
- windows: windows api
- tauri: 一个跨平台应用开发框架
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quicklook",
"version": "0.6.0",
"version": "0.7.0",
"description": "Windows 平台的文件预览工具",
"private": true,
"type": "module",
Expand Down Expand Up @@ -30,6 +30,7 @@
"@vicons/fluent": "^0.12.0",
"@vueuse/core": "^12.0.0",
"codemirror": "^6.0.1",
"docx-preview": "^0.3.3",
"element-plus": "^2.9.0",
"handsontable": "^14.6.1",
"leafer-ui": "^1.0.10",
Expand Down
87 changes: 87 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 07da2cd

Please sign in to comment.