From 93e67bb8dc7a3d5ffb1187d49c23f5df3e5f1dd0 Mon Sep 17 00:00:00 2001 From: sion123 <450702724@qq.com> Date: Thu, 7 May 2026 02:29:31 +0800 Subject: [PATCH] feat(web): add settings config form --- .../src/components/config/ConfigForm.tsx | 55 ++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/web/client/src/components/config/ConfigForm.tsx b/web/client/src/components/config/ConfigForm.tsx index 57b39cb..f60be8e 100644 --- a/web/client/src/components/config/ConfigForm.tsx +++ b/web/client/src/components/config/ConfigForm.tsx @@ -1,3 +1,56 @@ +import { useState, useEffect } from 'react'; +import { Button } from '@/components/ui/button'; +import { api } from '@/lib/api'; + export function ConfigForm() { - return