diff --git a/src/components/proxy/ProxyPanel.tsx b/src/components/proxy/ProxyPanel.tsx index c4cbabeb3..bb0dbe271 100644 --- a/src/components/proxy/ProxyPanel.tsx +++ b/src/components/proxy/ProxyPanel.tsx @@ -1,5 +1,12 @@ import { useState } from "react"; -import { Activity, Clock, TrendingUp, Server, ListOrdered } from "lucide-react"; +import { + Activity, + Clock, + TrendingUp, + Server, + ListOrdered, + Settings, +} from "lucide-react"; import { Button } from "@/components/ui/button"; import { useProxyStatus } from "@/hooks/useProxyStatus"; import { ProxySettingsDialog } from "./ProxySettingsDialog"; @@ -39,8 +46,19 @@ export function ProxyPanel() {
服务地址
-服务地址
+ +
http://{status.address}:{status.port}
@@ -171,9 +189,18 @@ export function ProxyPanel() {
代理服务已停止
-+
使用右上角开关即可启动服务
+