tranbox...

This commit is contained in:
Gabe Yuan
2023-10-23 18:02:42 +08:00
parent e89da9120c
commit 4125aba808
13 changed files with 706 additions and 21 deletions

View File

@@ -12,6 +12,7 @@ import {
runIframe,
runTranslator,
showFab,
showTransbox,
windowListener,
showErr,
} from "./common";
@@ -66,6 +67,9 @@ function runtimeListener(translator) {
// 浮球按钮
await showFab(translator);
// 划词翻译
showTransbox(setting);
} catch (err) {
showErr(err);
}