From 80c5b68b4095329835004ebfeb0c9da491ad4b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=8B=A5?= Date: Mon, 9 Mar 2026 04:58:10 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soul-admin/src/pages/content/ChapterTree.tsx b/soul-admin/src/pages/content/ChapterTree.tsx index 6bf0a1c3..18e0016e 100644 --- a/soul-admin/src/pages/content/ChapterTree.tsx +++ b/soul-admin/src/pages/content/ChapterTree.tsx @@ -471,7 +471,7 @@ export function ChapterTree({ )} {section.id} {section.title} - {pinnedSectionIds.includes(section.id) && } + {pinnedSectionIds.includes(section.id) && }
点击 {(section.clickCount ?? 0)} · 付款 {(section.payCount ?? 0)} @@ -875,7 +875,7 @@ export function ChapterTree({ {section.id} {section.title} - {pinnedSectionIds.includes(section.id) && } + {pinnedSectionIds.includes(section.id) && }