import { useGlobal } from '@/lib/global' /** * 博客列表上方嵌入条 * @param {*} props * @returns */ export default function SlotBar(props) { const { tag, category } = props const { locale } = useGlobal() if (tag) { return (