build(#10336): control themes

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-03-21 02:05:00 +09:00
parent bdbbb92ff6
commit 0ac4d744fd
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
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);