- 完成 T-001: Next.js 14+ App Router 项目初始化,配置图片域名白名单 - 完成 T-002: TypeScript 类型定义(ContentItem, Platform, PlatformAdapter) - 完成 T-003: API 代理层路由(热榜 + 详情) - 完成 T-004: TikHub API 客户端与滑动窗口限流器 - 完成 T-005: 抖音平台适配器 - 完成 T-006: TikTok 平台适配器 - 完成 T-007: 小红书平台适配器 - 完成 T-008: 适配器注册表与平台配置 - 完成 T-009: Zustand Store(settings + favorites) - 完成 T-010: 全局布局组件(Header + PlatformTabs) Co-Authored-By: Claude <noreply@anthropic.com>
42 lines
480 B
Plaintext
42 lines
480 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|