diff --git a/components/HeroIcons.js b/components/HeroIcons.js index 8da9fbfa..61e3ded8 100644 --- a/components/HeroIcons.js +++ b/components/HeroIcons.js @@ -32,4 +32,23 @@ const ArrowPath = ({ className }) => { } -export { Moon, Sun, Home, User, ArrowPath } + +const ChevronLeft = ({ className }) => { + return + + +} + +const ChevronRight = ({ className }) => { + return + + +} + +const InformationCircle = ({ className }) => { + return + + +} + +export { Moon, Sun, Home, User, ArrowPath, ChevronLeft, ChevronRight, InformationCircle } diff --git a/themes/plog/components/BottomNav.js b/themes/plog/components/BottomNav.js index 5567e3dc..0a1d3182 100644 --- a/themes/plog/components/BottomNav.js +++ b/themes/plog/components/BottomNav.js @@ -5,6 +5,7 @@ import CONFIG from '../config' import { SvgIcon } from './SvgIcon' import { MenuItemDrop } from './MenuItemDrop' import FullScreenButton from '@/components/FullScreenButton' +import InformationButton from './InformationButton' /** * 桌面端底部导航 @@ -15,7 +16,7 @@ const BottomNav = props => { const { navBarTitle, siteInfo } = props return <> -