build(#10336): control themes

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-21 02:05:00 +09:00
parent bdbbb92ff6
commit 0ac4d744fd
7 changed files with 843 additions and 195 deletions

View File

@@ -3,7 +3,6 @@ export class I18n<T extends Record<string, any>> {
constructor(locale: T) {
this.ts = locale;
console.log(this);
//#region BIND
this.t = this.t.bind(this);