Skip to content

Commit 38b044c

Browse files
author
share121
committed
feat: 实现打开文件、打开文件夹功能
1 parent c0c9e1d commit 38b044c

File tree

11 files changed

+504
-44
lines changed

11 files changed

+504
-44
lines changed

bun.lock

Lines changed: 80 additions & 3 deletions
Large diffs are not rendered by default.

deno.lock

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"@primeuix/themes": "^1.2.3",
1818
"@tauri-apps/api": "^2",
1919
"@tauri-apps/plugin-dialog": "~2",
20+
"@tauri-apps/plugin-opener": "~2",
21+
"@tauri-apps/plugin-os": "~2",
22+
"@tauri-apps/plugin-shell": "~2",
2023
"@vueuse/core": "^13.6.0",
2124
"pinia": "^3.0.3",
2225
"pinia-plugin-persistedstate": "^4.4.1",
@@ -29,7 +32,6 @@
2932
"@primevue/auto-import-resolver": "^4.3.7",
3033
"@tauri-apps/cli": "^2",
3134
"@vitejs/plugin-vue": "^5.2.1",
32-
"oxlint": "^1.9.0",
3335
"typescript": "~5.6.2",
3436
"unplugin-auto-import": "^20.0.0",
3537
"unplugin-fonts": "^1.3.1",

0 commit comments

Comments
 (0)