处理这个python打开紫鸟

This commit is contained in:
super
2026-03-30 23:15:08 +08:00
parent 0f1f471590
commit 25ce9f74b8
5 changed files with 543 additions and 129 deletions

View File

@@ -21,6 +21,7 @@ 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 {