browser & client

This commit is contained in:
Gabe Yuan
2023-08-04 16:48:40 +08:00
parent 7d2fafcd0e
commit 7e47882d53
13 changed files with 34 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
import { useEffect } from "react";
import { useState } from "react";
import { transPool } from "../libs/pool";
import browser from "../libs/browser";
import { browser } from "../libs/browser";
import { MSG_TRANS_PUTRULE } from "../config";
import { detectLang } from "../libs";