docs(readme): cross-link sibling repos on GitHub and Gitee

Replace the single-repo Gitee/GitHub bullets with a "Project Repositories"
table covering all 4 sibling repos (lilishop, lilishop-ui, lilishop-uniapp,
docker) on both GitHub and Gitee. Improves discoverability across the
federation and gives search engines descriptive cross-links between mirrors.
This commit is contained in:
Chopper711
2026-05-17 20:30:23 +08:00
parent b7cfe13ffd
commit ab77ab7c2e
2 changed files with 22 additions and 4 deletions

View File

@@ -45,8 +45,17 @@ Docker Ecommerce Deployment
- Website: https://pickmall.cn
- Documentation: https://docs.pickmall.cn
- GitHub: https://github.com/lilishop/lilishop
- Gitee: https://gitee.com/beijing_hongye_huicheng/lilishop
## Project Repositories
Lilishop is split across 4 sibling repositories, mirrored on both GitHub and Gitee:
| Repository | Purpose | GitHub | Gitee |
| :--- | :--- | :--- | :--- |
| **lilishop** | Backend services (Spring Boot / Java 21) | [github.com/lilishop/lilishop](https://github.com/lilishop/lilishop) | [gitee.com/beijing_hongye_huicheng/lilishop](https://gitee.com/beijing_hongye_huicheng/lilishop) |
| **lilishop-ui** | PC web frontends (admin / seller / buyer / IM) | [github.com/lilishop/lilishop-ui](https://github.com/lilishop/lilishop-ui) | [gitee.com/beijing_hongye_huicheng/lilishop-ui](https://gitee.com/beijing_hongye_huicheng/lilishop-ui) |
| **lilishop-uniapp** | Buyer mobile client (H5 / Mini Program / App) | [github.com/lilishop/lilishop-uniapp](https://github.com/lilishop/lilishop-uniapp) | [gitee.com/beijing_hongye_huicheng/lilishop-uniapp](https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp) |
| **docker** | Infrastructure docker-compose configs | [github.com/lilishop/docker](https://github.com/lilishop/docker) | [gitee.com/beijing_hongye_huicheng/docker](https://gitee.com/beijing_hongye_huicheng/docker) |
---