add proxy

This commit is contained in:
v1ll4n
2024-03-21 11:08:42 +08:00
parent 96141b9d30
commit bb584fc7d1
5 changed files with 137 additions and 5 deletions
+2 -1
View File
@@ -2,6 +2,7 @@ import React from 'react';
import './App.css';
import {Layout, Row} from 'antd';
import {Controller} from "./components/Controller";
import {Proxifier} from "./components/Proxifier";
function App() {
return (
@@ -11,7 +12,7 @@ function App() {
<Controller/>
</Row>
<Row>
PROXY
<Proxifier/>
</Row>
</Layout>
</div>