docs: add star history

This commit is contained in:
Leon
2026-03-25 22:03:11 +08:00
parent 2340c4e562
commit 9504da1147

View File

@@ -5,6 +5,10 @@
详细设计与接口说明请阅读:`feedsystem_video_go项目设计.md`(包含模块设计、表结构、流程图与接口清单)。
## [项目演示](https://www.bilibili.com/video/BV1Dti7B9E6Y?vd_source=4b2884373b2c4c4147b10162c1709276)
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=LeoninCS/feedsystem_video_go&type=Date)](https://www.star-history.com/#LeoninCS/feedsystem_video_go&Date)
## Docker Compose 一键启动(推荐)
要求:已安装 Docker Desktop / Docker Engine + Docker Compose。
@@ -49,4 +53,3 @@ npm run dev
```
前端默认使用 Vite 代理 `/api``http://127.0.0.1:8080`(见 `frontend/vite.config.ts`)。