import fs from fsimport path from pathimport matter from gray-matterimport remark from remarkimport html from remark-htmlimport remarkPrism from remark-prism;import Info from componentsInfoexport co
import { info } from "../lib/blog";
export function SiteRuntime() { const site = info.site; const runtime = info.runtime; const runtimeUnit = runtime > 1 ? "seconds" : "second";
return ( <>
原文地址: http://www.cveoy.top/t/topic/buB5 著作权归作者所有。请勿转载和采集!