feat: upgrade tauri

This commit is contained in:
reya
2024-02-24 18:26:20 +07:00
parent 88a6c3c81f
commit fe73e1428b
29 changed files with 15403 additions and 1266 deletions

View File

@@ -1,3 +1,4 @@
import { WebviewWindow } from "@tauri-apps/api/webviewWindow";
import type {
Account,
Event,
@@ -6,7 +7,6 @@ import type {
Metadata,
} from "@lume/types";
import { invoke } from "@tauri-apps/api/core";
import { WebviewWindow } from "@tauri-apps/api/webview";
import { open } from "@tauri-apps/plugin-dialog";
import { readFile } from "@tauri-apps/plugin-fs";
import { generateContentTags } from "@lume/utils";
@@ -369,7 +369,7 @@ export class Ark {
"mov",
];
let selected =
const selected =
filePath ||
(
await open({