feat: 打开渠道与脚本自动化分离

This commit is contained in:
DEV_DSW
2026-03-12 17:05:16 +08:00
parent f084e47c58
commit 236f4c7dc1
12 changed files with 201 additions and 132 deletions

2
global.d.ts vendored
View File

@@ -82,6 +82,8 @@ declare global {
},
// 执行脚本
executeScript: (options: any) => Promise<{success: boolean, error?: string}>,
// 打开渠道
openChannel: (channels: any) => Promise<{success: boolean, error?: string}>,
}
interface Window {