sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -542,7 +542,7 @@ export function ChapterTree({
|
||||
</label>
|
||||
)}
|
||||
<span className="text-sm text-gray-300 truncate">附录{chIdx + 1} | {ch.title} | {sec.title}</span>
|
||||
{pinnedSectionIds.includes(sec.id) && <Star className="w-3 h-3 text-amber-400 fill-amber-400 shrink-0" title="已置顶" />}
|
||||
{pinnedSectionIds.includes(sec.id) && <span title="已置顶"><Star className="w-3 h-3 text-amber-400 fill-amber-400 shrink-0" /></span>}
|
||||
</div>
|
||||
<div className="flex items-center gap-2 shrink-0">
|
||||
<span className="text-[10px] text-gray-500">点击 {(sec.clickCount ?? 0)} · 付款 {(sec.payCount ?? 0)}</span>
|
||||
|
||||
Reference in New Issue
Block a user