动态主题初版本完成

This commit is contained in:
tangly1024
2022-03-09 17:28:47 +08:00
parent 69422fff7f
commit 24007eed1a
17 changed files with 58 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
import LayoutBase from '../Empty/LayoutBase'
import LayoutBase from './LayoutBase'
export const LayoutPage = (props) => {
const { page } = props

View File

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

View File

@@ -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'
/**
* 顶部导航栏 + 菜单