# xhs_manager **Repository Path**: lxliuxing/xhs_manager ## Basic Information - **Project Name**: xhs_manager - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-14 - **Last Updated**: 2026-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 📕 小红书图文管理系统 > 基于 FastAPI + Vue 3 的小红书内容创作辅助系统,支持笔记采集、AI 文案生成、图片管理、数据看板等功能。 --- ## 功能 | 模块 | 功能 | |------|------| | 热点采集 | 搜索关键词,采集小红书笔记 | | AI 内容生成 | 输入主题,生成小红书风格文案 | | 素材库 | 图片上传、管理、展示 | | 数据看板 | 采集文章数、生成图文数统计 | | 生成记录 | 内容编辑、删除、导出 | --- ## 快速开始 ### 环境要求 - Python 3.10+ - Node.js 18+ ### 后端 ### 前端 浏览器打开 http://localhost:5173 --- ## WSL 开发模式(推荐) [+] 启动后端... 后端 PID: 3782 [+] 启动前端... 前端 PID: 3784 [*] 状态检查: 后端 http://localhost:8000 OK 前端 http://localhost:5173 OK [-] 停止所有服务... 已停止 --- ## API 接口 | 方法 | 路径 | 说明 | |------|------|------| | GET | /api/health | 健康检查 | | POST | /api/search | 搜索采集 | | GET | /api/articles | 文章列表 | | GET | /api/articles/{id} | 文章详情 | | DELETE | /api/articles/{id} | 删除文章 | | POST | /api/generate | AI 生成 | | GET | /api/posts | 生成记录 | | PUT | /api/posts/{id} | 编辑内容 | | DELETE | /api/posts/{id} | 删除记录 | | POST | /api/images/upload | 上传图片 | | GET | /api/images | 图片列表 | | DELETE | /api/images/{id} | 删除图片 | | GET | /api/dashboard/stats | 数据统计 | API 文档: http://localhost:8000/docs --- MIT License