This commit is contained in:
lloydzhou
2024-09-30 01:51:14 +08:00
parent b174a40634
commit af49ed4fdc
2 changed files with 1 additions and 9 deletions

1
app/global.d.ts vendored
View File

@@ -12,7 +12,6 @@ declare module "*.svg";
declare interface Window {
__TAURI__?: {
convertFileSrc(url: string, protocol?: string): string;
writeText(text: string): Promise<void>;
invoke(command: string, payload?: Record<string, unknown>): Promise<any>;
dialog: {