解决编译问题

This commit is contained in:
wangzipai 2024-10-30 11:29:02 +08:00
parent 5e94c3e813
commit cbfdc13b2e
11 changed files with 5 additions and 8 deletions

View File

@ -3,7 +3,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro
import overlayexplorerStyle from "./styles/overlayexplorer.scss"
// @ts-ignore
import script from "./scripts/overlayexplorer.inline"
import script from "../extra/components/scripts/overlayexplorer.inline"
import { FileNode, Options } from "../components/ExplorerNode"
import { QuartzPluginData } from "../plugins/vfile"
import { classNames } from "../util/lang"

View File

@ -20,6 +20,8 @@ import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Comments from "./Comments"
import OverlayExplorer from "./OverlayExplorer"
import PageIcon from "./PageIcon"
export {
ArticleTitle,
@ -44,4 +46,6 @@ export {
NotFound,
Breadcrumbs,
Comments,
OverlayExplorer,
PageIcon,
}

View File

@ -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