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

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
View File
@@ -46,7 +46,6 @@ export default function BooksHomePage() {
<div className='space-y-6'>
<section className='rounded-3xl border border-gray-200 bg-white p-5 shadow-sm dark:border-gray-800 dark:bg-gray-950'>
<h1 className='text-lg font-semibold'></h1>
<p className='mt-1 text-sm text-gray-500 dark:text-gray-400'> OPDS Legado 线</p>
</section>
{loading ? <BooksHomeSkeleton /> : null}