page.tsx
基本信息
- 类型: Next.js 页面组件 (TSX)
- 路径:
src/app/skills/page.tsx
功能描述
Query for skills list (cached)
导出内容
- <code>async</code> - 默认导出
- <code>metadata</code> - 常量
依赖导入
nextnext/linknext-intl/servernext/cache@/components/ui/button@/lib/dblucide-react@/components/prompts/infinite-prompt-list
Props/接口
interface SkillsPageProps {
searchParams: Promise<{
q?: string;
sort?: string;
}
使用说明
根据具体类型按需导入使用