import Card from './Card' import CategoryGroup from './CategoryGroup' import LatestPostsGroup from './LatestPostsGroup' import TagGroups from './TagGroups' import Catalog from './Catalog' import { InfoCard } from './InfoCard' import { AnalyticsCard } from './AnalyticsCard' import CONFIG_HEXO from '../config_hexo' import BLOG from '@/blog.config' import dynamic from 'next/dynamic' const HexoRecentComments = dynamic(() => import('./HexoRecentComments')) /** * Hexo主题右侧栏 * @param {*} props * @returns */ export default function SideRight(props) { const { post, currentCategory, categories, latestPosts, tags, currentTag, showCategory, showTag, slot } = props return (