删除模块 取消打开紫鸟

This commit is contained in:
super
2026-03-31 23:12:46 +08:00
parent 25ce9f74b8
commit 6eb0f33421
9 changed files with 260 additions and 60 deletions

View File

@@ -21,7 +21,6 @@ export interface PywebviewApi {
save_template_xlsx?: () => Promise<{ success: boolean; path?: string; error?: string }>
save_template_zip?: () => Promise<{ success: boolean; path?: string; error?: string }>
enqueue_json?: (data: unknown) => Promise<{ success: boolean; queue_size?: number; error?: string }>
open_external_url?: (url: string) => Promise<{ success: boolean; error?: string }>
}
declare global {