From ab77ab7c2e7c1ae486141f6a5fca9ba3b19473d5 Mon Sep 17 00:00:00 2001 From: Chopper711 Date: Sun, 17 May 2026 20:30:23 +0800 Subject: [PATCH] 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. --- README.en.md | 13 +++++++++++-- README.md | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index 3cbec73..c9960f6 100644 --- a/README.en.md +++ b/README.en.md @@ -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) | --- diff --git a/README.md b/README.md index 7aa7ffb..6dc96d1 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,17 @@ LILISHOP 是基于 Spring Boot / Spring Cloud / Vue / Uniapp 开发的 Java 开 - **官方网站**: - **官方文档**: -- **Gitee 仓库**: -- **GitHub 仓库**: + +#### 项目仓库 + +Lilishop 由 4 个独立仓库组成,均同步托管于 GitHub 与 Gitee: + +| 仓库 | 说明 | GitHub | Gitee | +| :--- | :--- | :--- | :--- | +| **lilishop** | 后端服务(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 前端(管理端 / 商家端 / 买家端 / 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** | 买家端移动应用(H5 / 小程序 / 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** | 基础设施 docker-compose 配置 | [github.com/lilishop/docker](https://github.com/lilishop/docker) | [gitee.com/beijing_hongye_huicheng/docker](https://gitee.com/beijing_hongye_huicheng/docker) | ---