feat(browser): refine workbench navigation and authorization

This commit is contained in:
go0p
2026-09-03 17:23:19 +08:00
parent 8e84735ecf
commit f028cff33b
11 changed files with 239 additions and 46 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ async function handleRequest(request: ExtensionRequest, sender: Browser.runtime.
case 'authorization.yakit.open':
return ok(await engineBridge.requestEngine(
'yakit.browser_authorization.open',
{ workspaceId: request.payload.workspaceId },
request.payload,
));
case 'context.capture': {
const { tabId, frameId, documentId, ...options } = request.payload;