From 07e63eea5f588e139fe52f004df3f8de8cebb408 Mon Sep 17 00:00:00 2001 From: wood chen Date: Wed, 12 Mar 2025 19:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B5=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/dashboard/config/page.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/web/app/dashboard/config/page.tsx b/web/app/dashboard/config/page.tsx index 663c12b..cab95d5 100644 --- a/web/app/dashboard/config/page.tsx +++ b/web/app/dashboard/config/page.tsx @@ -25,7 +25,7 @@ import { } from "@/components/ui/dialog" import { Switch } from "@/components/ui/switch" import { Slider } from "@/components/ui/slider" -import { Plus, Trash2, Edit, Save, Download, Upload } from "lucide-react" +import { Plus, Trash2, Edit, Save, Download, Upload, Info } from "lucide-react" import { AlertDialog, AlertDialogAction, @@ -35,6 +35,7 @@ import { AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, + AlertDialogTrigger, } from "@/components/ui/alert-dialog" interface PathMapping { @@ -573,6 +574,15 @@ export default function ConfigPage() { Proxy Go配置 + + + + + 编辑后需要点击右上角保存配置按钮 +