Skip to content

Commit 7004c74

Browse files
Junyi-99Copilot
andauthored
Update webapp/_webapp/src/popup.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 12eacbe commit 7004c74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/_webapp/src/popup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ document.getElementById('myButton')?.addEventListener('click', async () => {
1515
const origin = "https://www.google.com/";
1616

1717
try {
18-
// 直接调用 background script,类似于 intermediate.ts 中的实现
18+
// Directly call the background script, similar to the implementation in intermediate.ts
1919
const response = await chrome.runtime.sendMessage({
2020
action: "requestHostPermission",
2121
args: origin,

0 commit comments

Comments
 (0)