Files
InfoGenie/.claude/README.md
2026-04-01 22:03:57 +08:00

19 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# InfoGenie 仓库 — Claude / Cursor 工作区说明
本目录用于存放与 **Cursor / Claude Code** 等工具相关的本地配置(如 `settings.local.json`**不放业务代码**。
## 与文档的关系
| 文档 | 路径 | 内容 |
|------|------|------|
| Go 后端 | [`infogenie-backend-go/后端文档.md`](../infogenie-backend-go/后端文档.md) | API、MySQL、AI 流式、站点配置、功能卡片统计 |
| React 前端 | [`infogenie-frontend/前端文档.md`](../infogenie-frontend/前端文档.md) | 路由、构建、环境变量、静态 AI 小应用 |
## 仓库结构(与开发相关)
- **`infogenie-backend-go/`**:万象口袋 **主后端**Gin + GORM + MySQL。生产环境前端默认请求此服务提供的 API。
- **`infogenie-frontend/`****主站 SPA**Create React App`public/` 下含大量静态页(`aimodelapp/``smallgame/``toolbox/` 等)。
- **`infogenie-backend-java/`**Java 后端(若部署需与本仓库 Go 文档中的接口约定自行对齐)。
给助手或协作者改需求时,优先阅读上表两份 **后端文档 / 前端文档**,再下钻到具体源码路径。