page.tsx

page.tsx

基本信息

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

功能描述

Query for workflows list (cached)

导出内容

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

依赖导入

  • next
  • next-intl/server
  • next/cache
  • @/lib/db
  • @/components/prompts/infinite-prompt-list

Props/接口

interface WorkflowsPageProps {
searchParams: Promise<{
q?: string;
sort?: string;
}

使用说明

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

← 返回目录