From 2a34699f64b66544755a677a2d338fc59bb57ac5 Mon Sep 17 00:00:00 2001 From: freefire Date: Tue, 4 Aug 2026 00:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=9D=BF=E5=9D=97=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86=E8=A1=A5=E5=85=85=20Description?= =?UTF-8?q?=EF=BC=8C=E6=B6=88=E9=99=A4=E6=97=A0=E9=9A=9C=E7=A2=8D=E8=AD=A6?= =?UTF-8?q?=E5=91=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- frontend/src/pages/BoardsManagePage.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/BoardsManagePage.tsx b/frontend/src/pages/BoardsManagePage.tsx index 645ffb2..1fbd339 100644 --- a/frontend/src/pages/BoardsManagePage.tsx +++ b/frontend/src/pages/BoardsManagePage.tsx @@ -12,7 +12,7 @@ import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow, } from '@/components/ui/table'; import { - Dialog, DialogContent, DialogFooter, DialogHeader, DialogTitle, + Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, } from '@/components/ui/dialog'; import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, @@ -221,6 +221,9 @@ export default function BoardsManagePage() { {editing ? '编辑板块' : '新建板块'} + + {editing ? '修改名称、简介、图标与色标后保存。' : '填写板块信息,创建后即可在发帖时选择。'} +