mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 15:10:29 +00:00
动态主题初版本完成
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import LayoutBase from '../Empty/LayoutBase'
|
||||
import LayoutBase from './LayoutBase'
|
||||
|
||||
export const LayoutPage = (props) => {
|
||||
const { page } = props
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import Link from 'next/link'
|
||||
import React from 'react'
|
||||
import JumpToTopButton from '@/themes/Medium/components/JumpToTopButton'
|
||||
import JumpToTopButton from './JumpToTopButton'
|
||||
|
||||
export default function BottomMenuBar ({ className }) {
|
||||
return (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import LogoBar from '@/themes/Medium/components/LogoBar'
|
||||
import Link from 'next/link'
|
||||
import { useRouter } from 'next/router'
|
||||
import LogoBar from './LogoBar'
|
||||
|
||||
/**
|
||||
* 顶部导航栏 + 菜单
|
||||
|
||||
Reference in New Issue
Block a user