mzaxd
ba3154af59
chore: remove unused code and tooling
2026-04-18 19:15:22 +08:00
mzaxd
8731811e74
chore: 清理历史辅助文件
2026-04-18 18:32:43 +08:00
mzaxd
ff6f12be21
feat: 完善 signals 热度筛选与展示交互
2026-02-24 17:31:43 +08:00
mzaxd
67bba0c207
feat: 接入 Vercel Analytics 与 Speed Insights 并控制采集量
2026-02-23 23:08:01 +08:00
mzaxd
ef527d69ce
feat: 完善标签分类与领域场景归一化
2026-02-22 12:03:11 +08:00
mzaxd
fb33b76ff5
feat: 新增标签分类体系与固定类型筛选优化
2026-02-21 14:14:45 +08:00
蔡浩涵
7bfdb920a6
fix: 优化 Vercel 部署区域配置并升级依赖版本
...
- 将 Vercel 部署区域从新加坡(sin1)改为香港(hkg1),提升中国大陆访问速度
- 升级 eslint-config-next 至 15.1.11 与 Next.js 版本保持一致
- 修复代码审查中发现的依赖版本不一致问题
2026-01-11 11:11:19 +08:00
Vercel and Vercel <vercel[bot]@users.noreply.github.com>
69e633b7d7
Fix React Server Components CVE vulnerabilities
...
Updated dependencies to fix Next.js and React CVE vulnerabilities.
The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel
- react-server-dom-turbopack
All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2026-01-10 04:50:58 +00:00
mzaxd and Claude
bf69555978
feat: 添加项目详情 Markdown 渲染支持及项目添加脚本
...
- 新增 MarkdownContent 组件支持 Markdown 渲染
- 新增 scripts 目录下的项目添加工具脚本
- 更新项目详情页面支持 Markdown 内容显示
- 更新依赖包支持 Markdown 解析
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-27 17:19:39 +08:00
mzaxd and Claude
ba1fab65c6
feat: 实现 Agent Park AI 项目导航网站核心功能
...
完成 Next.js 14+ 全栈应用的 MVP 实现,包含以下功能:
## 项目设置
- 初始化 Next.js 14+ 项目,配置 TypeScript 严格模式
- 配置 Tailwind CSS、ESLint、Prettier 代码质量工具
- 集成 shadcn/ui 组件库和 next-intl 国际化方案
## 数据层
- 配置 PostgreSQL + Prisma ORM
- 定义 Project、Tag、ExternalLink 数据模型
- 实现种子数据脚本(5个AI项目)
## 用户故事 1:浏览和搜索 AI 项目
- 实现首页,展示热门标签云和精选项目
- 实现项目列表页,支持搜索和标签筛选
- 创建 TagCloud、ProjectCard、ProjectList、SearchBar 组件
- 实现 ISR 缓存策略优化性能
## 用户故事 2:查看项目详细信息
- 实现项目详情页,显示完整信息
- 创建 ExternalLinkCard 组件展示外部链接
- 实现安全的 target="_blank" 外链跳转
## 用户故事 4:数据更新和管理
- 实现 webhook API 端点接收 n8n 数据推送
- 实现 API Key 身份验证
- 支持部分成功模式的批量数据处理
- 完善的错误处理和日志记录
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-25 15:12:09 +08:00