This commit is contained in:
Gabe Yuan
2023-10-24 23:37:53 +08:00
parent 02f26af592
commit f033b11e63
6 changed files with 149 additions and 145 deletions

View File

@@ -63,12 +63,12 @@ function runSettingPage() {
// 监听消息
windowListener(rule);
// 浮球按钮
await showFab(translator);
// 划词翻译
showTransbox(setting);
// 浮球按钮
await showFab(translator);
// 同步订阅规则
await trySyncAllSubRules(setting);
} catch (err) {