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

@@ -8,6 +8,7 @@ import {
runIframe,
runTranslator,
showFab,
showTransbox,
windowListener,
showErr,
} from "./common";
@@ -65,6 +66,9 @@ function runSettingPage() {
// 浮球按钮
await showFab(translator);
// 划词翻译
showTransbox(setting);
// 同步订阅规则
await trySyncAllSubRules(setting);
} catch (err) {