page.tsx

page.tsx

基本信息

  • 类型: Next.js 页面组件 (TSX)
  • 路径: src/app/about/page.tsx

功能描述

Revalidate the page once per day (86400 seconds)

导出内容

  • <code>async</code> - 默认导出
  • <code>revalidate</code> - 常量

依赖导入

  • next
  • next-intl/server
  • next/navigation
  • next/image
  • next/link
  • @/lib/db
  • lucide-react
  • ./contributor-avatar
  • @/../prompts.config

Props/接口

根据代码分析获取

使用说明

根据具体类型按需导入使用

← 返回目录