mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 19:52:27 +08:00
update
This commit is contained in:
1
app/global.d.ts
vendored
1
app/global.d.ts
vendored
@@ -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: {
|
||||
|
Reference in New Issue
Block a user