From f7679e78a2e7b336b68764fe7e1d0e26d8b8e615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=8B=A5?= Date: Mon, 9 Mar 2026 04:54:03 +0800 Subject: [PATCH] =?UTF-8?q?sync:=20soul-admin=20=E9=A1=B5=E9=9D=A2=20|=20?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0:=20=E5=89=8D=E7=AB=AF=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- soul-admin/src/pages/content/ChapterTree.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soul-admin/src/pages/content/ChapterTree.tsx b/soul-admin/src/pages/content/ChapterTree.tsx index d08517b9..3121940b 100644 --- a/soul-admin/src/pages/content/ChapterTree.tsx +++ b/soul-admin/src/pages/content/ChapterTree.tsx @@ -3,7 +3,7 @@ * 整行可拖拽;节和章可跨篇 */ import { useCallback, useState } from 'react' -import { ChevronRight, ChevronDown, BookOpen, Edit3, Trash2, GripVertical, Plus } from 'lucide-react' +import { ChevronRight, ChevronDown, BookOpen, Edit3, Trash2, GripVertical, Plus, Star } from 'lucide-react' import { Button } from '@/components/ui/button' const PART_LABELS = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十']