Skip to content

Commit

Permalink
chore: 更新 tauri-plugin-fs-pro 依赖到 v2.1.0 (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb authored Nov 25, 2024
1 parent 05bb651 commit 250ef5f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 47 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react-router-dom": "6.27.0",
"rehype-raw": "^7.0.0",
"rtf.js": "^3.0.9",
"tauri-plugin-fs-pro-api": "^2.0.0",
"tauri-plugin-fs-pro-api": "^2.1.0",
"tauri-plugin-macos-permissions-api": "^2.0.4",
"valtio": "^2.1.2"
},
Expand Down
66 changes: 34 additions & 32 deletions pnpm-lock.yaml

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

9 changes: 0 additions & 9 deletions src/types/plugin.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
export type WindowLabel = (typeof WINDOW_LABEL)[keyof typeof WINDOW_LABEL];

export interface Metadata {
size: number;
isDir: boolean;
isFile: boolean;
isExist: boolean;
name: string;
extname: string;
}

export interface ReadImage {
width: number;
height: number;
Expand Down

0 comments on commit 250ef5f

Please sign in to comment.