feat: advance browser agent integration workflows

This commit is contained in:
go0p
2026-08-06 15:11:35 +08:00
committed by go0p
parent af5a4db694
commit 0c8e1c7b69
215 changed files with 35137 additions and 5442 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ function App() {
setBridge(nextBridge);
if (nextTab?.url?.startsWith('http')) {
const [cookies, resolution] = await Promise.all([
request('cookie.list', { url: nextTab.url }).catch(() => []),
request('cookie.list', { url: nextTab.url, tabId: nextTab.id }).catch(() => []),
request('ua.resolve', { url: nextTab.url }).catch(() => undefined),
]);
setCookieCount(cookies.length);