fix(web): 写作台流式/保存 live region + 图标按钮换 lucide 无障碍 + 三栏改 xl 断点 + 手稿字号统一

This commit is contained in:
Yaojia Wang
2026-06-30 08:56:23 +02:00
parent e82aff7067
commit 69030eacc3
4 changed files with 137 additions and 78 deletions

View File

@@ -17,7 +17,7 @@ export function ChapterList({
currentChapterNo,
}: ChapterListProps) {
return (
<aside className="hidden border-r border-line bg-panel py-4 lg:block">
<aside className="hidden border-r border-line bg-panel py-4 xl:block">
<ChapterListContent
projectId={projectId}
chapters={chapters}