import { info } from "../lib/blog";

export function SiteRuntime() { const site = info.site; const runtime = info.runtime; const runtimeUnit = runtime > 1 ? "seconds" : "second";

return ( <>

  • 网站名称: {site.name}
  • 网站创建时间: {site.createdAt}
  • 网站运行时间: {runtime} {runtimeUnit}
  • 最近更新时间: {site.updatedAt}
  • </> ); }

    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

    原文地址: http://www.cveoy.top/t/topic/buB5 著作权归作者所有。请勿转载和采集!

    免费AI点我,无需注册和登录