dev......

This commit is contained in:
Gabe Yuan
2023-08-31 00:18:57 +08:00
parent c46fe7d1c6
commit aa795e2731
21 changed files with 228 additions and 449 deletions

View File

@@ -12,7 +12,6 @@ import {
import Content from "../views/Content";
import { fetchUpdate, fetchClear } from "./fetch";
import { debounce } from "./utils";
import { isExt } from "./client";
/**
* 翻译类
@@ -102,6 +101,10 @@ export class Translator {
}
}
get setting() {
return this._setting;
}
get rule() {
// console.log("get rule", this._rule);
return this._rule;