dev......
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user