import Card from './Card' export function AnalyticsCard (props) { const { postCount, wordCount } = props // 建站日期 const targetDate = new Date('2026-07-24T00:00:00+08:00') const today = new Date() const diffTime = today.getTime() - targetDate.getTime() const diffDays = Math.ceil(diffTime / (1000 * 60 * 60 * 24)) return
統計
文章數:
{postCount}
总字數:
{wordCount}
運行時間:
{diffDays} 天
訪問量:
訪客數:
}