feat: reader mode
This commit is contained in:
parent
bfd72347cf
commit
b34d521293
8 changed files with 139 additions and 1 deletions
|
@ -4,6 +4,7 @@ import FolderContent from "./pages/FolderContent"
|
|||
import NotFound from "./pages/404"
|
||||
import ArticleTitle from "./ArticleTitle"
|
||||
import Darkmode from "./Darkmode"
|
||||
import ReaderMode from "./ReaderMode"
|
||||
import Head from "./Head"
|
||||
import PageTitle from "./PageTitle"
|
||||
import ContentMeta from "./ContentMeta"
|
||||
|
@ -29,6 +30,7 @@ export {
|
|||
TagContent,
|
||||
FolderContent,
|
||||
Darkmode,
|
||||
ReaderMode,
|
||||
Head,
|
||||
PageTitle,
|
||||
ContentMeta,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue