Add import functionality for EPUB files: create ImportClient component and ModImportPage
Build and Push Reader Image / docker (push) Successful in 48s
Build and Push Reader Image / docker (push) Successful in 48s
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { requireModSessionUser } from "@/lib/server-auth"
|
||||
import { ImportClient } from "./import-client"
|
||||
|
||||
export default async function ModImportPage() {
|
||||
await requireModSessionUser()
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold mb-2">Import EPUB</h1>
|
||||
<p className="text-muted-foreground mb-6">
|
||||
Quản lý nguồn EPUB trên NAS, chạy convert, map chapter và hoàn tất import.
|
||||
</p>
|
||||
<ImportClient />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user