From 1ebc10b64aadf5a323ff300f924bb51fc3baaf65 Mon Sep 17 00:00:00 2001 From: figmar Date: Sun, 9 Aug 2026 13:15:09 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BB=93=E5=BA=93=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E8=87=B3=20APES=20=E7=BB=84=E7=BB=87=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20apes-Authdata=20=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19f962d..5357485 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ | 仓库 | 说明 | 地址 | |------|------|------| -| apes-Authon-Server | 后端账权服务 | https://gitea.apescale.com/apes-Authon/apes-Authon-Server | -| apes-Authon-Web | 前端账权管理 | https://gitea.apescale.com/apes-Authon/apes-Authon-Web | -| **apes-Authon-history** | **本仓库 — 剥离历史与分析归档** | https://gitea.apescale.com/apes-Authon/apes-Authon-history | +| apes-Authon-Server | 后端账权服务 | https://gitea.apescale.com/APES/apes-Authon-Server | +| apes-Authon-Web | 前端账权管理 | https://gitea.apescale.com/APES/apes-Authon-Web | +| **apes-Authon-history** | **本仓库 — 剥离历史与分析归档** | https://gitea.apescale.com/APES/apes-Authon-history | +| apes-Authdata | 源码归档(完整单体应用,供抽取参考) | https://gitea.apescale.com/APES/apes-Authdata | ## 目录结构 @@ -95,7 +96,7 @@ apes-Authon-history/ 1. **分析变更**:对比源码最新版本与本仓库归档的分析文档,识别新增/修改的账权相关代码 2. **评估影响**:参照 [账权模块提取说明](backend/账权模块提取说明.md) 中的提取原则和文件清单,判断变更是否属于账权范畴 -3. **同步代码**:将确认的变更同步到 [apes-Authon-Server](https://gitea.apescale.com/apes-Authon/apes-Authon-Server) 或 [apes-Authon-Web](https://gitea.apescale.com/apes-Authon/apes-Authon-Web) +3. **同步代码**:将确认的变更同步到 [apes-Authon-Server](https://gitea.apescale.com/APES/apes-Authon-Server) 或 [apes-Authon-Web](https://gitea.apescale.com/APES/apes-Authon-Web) 4. **更新文档**:如有结构性变更,更新本仓库的分析文档 ### 场景 2:理解架构设计