feat: 打开渠道与脚本自动化分离
This commit is contained in:
2
global.d.ts
vendored
2
global.d.ts
vendored
@@ -82,6 +82,8 @@ declare global {
|
||||
},
|
||||
// 执行脚本
|
||||
executeScript: (options: any) => Promise<{success: boolean, error?: string}>,
|
||||
// 打开渠道
|
||||
openChannel: (channels: any) => Promise<{success: boolean, error?: string}>,
|
||||
}
|
||||
|
||||
interface Window {
|
||||
|
||||
Reference in New Issue
Block a user