补充规则以及修改电子书馆来源选项卡为单行

This commit is contained in:
mtvpls
2026-05-20 11:48:09 +08:00
parent 3583366ea6
commit beb51ce1c0
5 changed files with 144 additions and 9 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ function getStaticMeta(pathname: string) {
if (pathname === '/books/search') return { title: '电子书搜索', subtitle: '按书名与作者搜索' };
if (pathname === '/books/detail') return { title: '电子书详情', subtitle: '查看书籍信息与可用格式' };
if (pathname === '/books/read') return { title: '电子书阅读', subtitle: '分页阅读', backHref: '/books' };
return { title: '电子书馆', subtitle: 'OPDS / Legado 目录、搜索、阅读与书架' };
return { title: '电子书馆' };
}
export default function BooksLayout({ children }: { children: React.ReactNode }) {