处理这个python打开紫鸟

This commit is contained in:
super
2026-03-30 23:15:08 +08:00
parent d3dd4898a4
commit bf802c1019
3 changed files with 541 additions and 127 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 {