mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-26 05:01:53 +08:00
add proxy
This commit is contained in:
+2
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user