mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 17:57:46 +00:00
chore(chrome-qwen-bridge): connect & them
This commit is contained in:
@@ -389,6 +389,14 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
|
||||
});
|
||||
break;
|
||||
|
||||
case 'GET_CONSOLE_LOGS':
|
||||
// Get captured console logs
|
||||
sendResponse({
|
||||
success: true,
|
||||
data: consoleLogs.slice() // Return a copy
|
||||
});
|
||||
break;
|
||||
|
||||
case 'GET_SELECTED_TEXT':
|
||||
// Get currently selected text
|
||||
sendResponse({
|
||||
|
||||
Reference in New Issue
Block a user