This commit is contained in:
Gabe Yuan
2023-08-12 09:45:39 +08:00
parent 330d020dc2
commit bab21a01f4
2 changed files with 2 additions and 4 deletions

View File

@@ -4,8 +4,7 @@ import {
MSG_TRANS_GETRULE,
MSG_TRANS_PUTRULE,
} from "./config";
import { getRules, matchRule } from "./libs";
import { getSetting } from "./libs";
import { getSetting, getRules, matchRule } from "./libs";
import { Translator } from "./libs/translator";
/**