mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-26 05:01:53 +08:00
完善一下
This commit is contained in:
+2
-4
@@ -3,7 +3,6 @@ import "./App.css";
|
||||
import {ConfigProvider} from "antd";
|
||||
import {Contro} from "@components/Contro";
|
||||
import {Proxifier} from "@components/Proxifier";
|
||||
import {Eval} from "@components/Eval";
|
||||
import {EvalInTab} from "@components/EvalInTab";
|
||||
|
||||
function App() {
|
||||
@@ -16,10 +15,9 @@ function App() {
|
||||
}}
|
||||
>
|
||||
<div className="App">
|
||||
{/*<Contro/>*/}
|
||||
{/*<Proxifier/>*/}
|
||||
<Contro/>
|
||||
<Proxifier/>
|
||||
|
||||
<Eval/>
|
||||
<EvalInTab/>
|
||||
</div>
|
||||
</ConfigProvider>
|
||||
|
||||
Reference in New Issue
Block a user