mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 14:24:05 -06:00
解决编译问题
This commit is contained in:
parent
5e94c3e813
commit
cbfdc13b2e
@ -3,7 +3,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro
|
|||||||
import overlayexplorerStyle from "./styles/overlayexplorer.scss"
|
import overlayexplorerStyle from "./styles/overlayexplorer.scss"
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import script from "./scripts/overlayexplorer.inline"
|
import script from "../extra/components/scripts/overlayexplorer.inline"
|
||||||
import { FileNode, Options } from "../components/ExplorerNode"
|
import { FileNode, Options } from "../components/ExplorerNode"
|
||||||
import { QuartzPluginData } from "../plugins/vfile"
|
import { QuartzPluginData } from "../plugins/vfile"
|
||||||
import { classNames } from "../util/lang"
|
import { classNames } from "../util/lang"
|
||||||
@ -20,6 +20,8 @@ import MobileOnly from "./MobileOnly"
|
|||||||
import RecentNotes from "./RecentNotes"
|
import RecentNotes from "./RecentNotes"
|
||||||
import Breadcrumbs from "./Breadcrumbs"
|
import Breadcrumbs from "./Breadcrumbs"
|
||||||
import Comments from "./Comments"
|
import Comments from "./Comments"
|
||||||
|
import OverlayExplorer from "./OverlayExplorer"
|
||||||
|
import PageIcon from "./PageIcon"
|
||||||
|
|
||||||
export {
|
export {
|
||||||
ArticleTitle,
|
ArticleTitle,
|
||||||
@ -44,4 +46,6 @@ export {
|
|||||||
NotFound,
|
NotFound,
|
||||||
Breadcrumbs,
|
Breadcrumbs,
|
||||||
Comments,
|
Comments,
|
||||||
|
OverlayExplorer,
|
||||||
|
PageIcon,
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +0,0 @@
|
|||||||
import OverlayExplorer from "./OverlayExplorer"
|
|
||||||
import PageIcon from "./PageIcon"
|
|
||||||
|
|
||||||
export {
|
|
||||||
OverlayExplorer,
|
|
||||||
PageIcon,
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB |
Loading…
Reference in New Issue
Block a user