Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
share121 committed Nov 30, 2024
1 parent 673868c commit cababf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "s-photo",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"license": "MIT",
"description": "使用几个快捷键即可快速筛选照片",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "s-photo",
"version": "1.1.0",
"version": "1.1.1",
"identifier": "com.s-photo.share121",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down
2 changes: 1 addition & 1 deletion src/stores/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const useFilesStore = defineStore("files", () => {
file.url = convertFileSrc(file.path);
}, { timeout: 3000 });
}
writeTextFile(
await writeTextFile(
join(files[0].dir, "通过率.txt"),
passRate.value * 100 + "%",
);
Expand Down

0 comments on commit cababf5

Please sign in to comment.