geo/frontend
chiguyong 02cf7a94ac feat: 新增5个AI平台适配器+引用引擎修复+报告导出增强
- 新增平台: 通义千问、豆包、智谱清言、天工AI、讯飞星火
- 引擎重写: 从Playwright改为搜索引擎模式(DuckDuckGo+Wikipedia)
- 执行链路: run-now触发后异步执行CitationEngine
- 调度器兜底: 每分钟轮询处理pending任务
- 报告增强: 10字段+中文平台名+置信度+汇总统计
- 修复: CORS、raw_response字符过滤、时区混合
- UE修复: 侧边栏导航高亮、操作成功提示、表单清空
2026-04-23 20:10:58 +08:00
..
app feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
components feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
lib feat: 新增5个AI平台适配器+引用引擎修复+报告导出增强 2026-04-23 20:10:58 +08:00
types feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
.eslintrc.json feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
.gitignore feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
Dockerfile feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
README.md feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
next.config.mjs feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
package-lock.json feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
package.json feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
postcss.config.mjs feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
tailwind.config.ts feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
tsconfig.json feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.