eval in page context

This commit is contained in:
go0p
2024-05-15 14:43:04 +08:00
committed by go0p
parent c950ede429
commit fb0a20b065
16 changed files with 322 additions and 159 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import {
} from "@assets/icon/icon";
import { wsc } from "@network/chrome";
import "./Contro.css";
import { ActionType } from "../../public/connect";
import { ActionType } from "../../public/socket";
interface ControProps {}
export const Contro: React.FC<ControProps> = () => {