网站导航信息 - 收录网站及目录数量
import { useEffect, useState } from 'react'; import { SiteRuntime } from './SiteRuntime'; import { GetStaticProps } from 'next';
interface InfoTotalProps { totalPosts: number; numSorts: number; }
export default function InfoTotal({ totalPosts, numSorts }: InfoTotalProps) {
return (
导航信息
export const getStaticProps: GetStaticProps
原文地址: https://www.cveoy.top/t/topic/m9cl 著作权归作者所有。请勿转载和采集!