From 8e588fd53cf1672b2e4cd36a012558543b5a6589 Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 16 Jul 2026 06:36:54 +0000 Subject: [PATCH] docs: remove suite-specific repo, container version tags from arch doc --- suites-help/系统使用手册/平台架构文档.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/suites-help/系统使用手册/平台架构文档.md b/suites-help/系统使用手册/平台架构文档.md index 9b74f71..09d0fcb 100644 --- a/suites-help/系统使用手册/平台架构文档.md +++ b/suites-help/系统使用手册/平台架构文档.md @@ -32,8 +32,8 @@ Nginx Proxy Manager (mercator-npm) ← HTTPS 统一入口 | 项目 | 说明 | |------|------| -| 前端 | `mercator-auth-center-frontend:20260715a`,Next.js,:3000 | -| 后端 | `mercator-auth-center-backend:20260630h`,FastAPI,:8000 | +| 前端 | `mercator-auth-center-frontend`,Next.js,:3000 | +| 后端 | `mercator-auth-center-backend`,FastAPI,:8000 | | 数据库 | `auth_center_db`(PostgreSQL) | API 分组:登录注册、企业微信 OIDC 扫码、API Key 管理(`mk_` 前缀)、服务账户 Token(HS256 JWT,1h)、MFA TOTP、OAuth2/OIDC 服务端、用户管理、会话管理、审计日志。 @@ -42,8 +42,8 @@ API 分组:登录注册、企业微信 OIDC 扫码、API Key 管理(`mk_` | 项目 | 说明 | |------|------| -| 前端 | `mercator-suite-market-frontend:3.0.0a`,Next.js,:3302 | -| 后端 | `mercator-suite-market-backend:3.0.0c`,FastAPI,:8001。兼容旧名 `suite-market` | +| 前端 | `mercator-suite-market-frontend`,Next.js,:3302 | +| 后端 | `mercator-suite-market-backend`,FastAPI,:8001 | | 数据库 | `suite_market_db`(PostgreSQL) | API 概览: @@ -63,8 +63,8 @@ API 概览: | 项目 | 说明 | |------|------| -| 前端 | `mercator-discussions-frontend:20260630q`,Next.js,:3001 | -| 后端 | `mercator-discussions-backend:20260715a`,FastAPI,:8005 | +| 前端 | `mercator-discussions-frontend`,Next.js,:3001 | +| 后端 | `mercator-discussions-backend`,FastAPI,:8005 | | 数据库 | `discussions_db`(PostgreSQL) | API:话题 CRUD + 关闭/重开,评论 CRUD,标签管理。种子标签:bug, feature, question, discussion, announcement, suggestion。 @@ -99,12 +99,8 @@ API:话题 CRUD + 关闭/重开,评论 CRUD,标签管理。种子标签: | `gis-base-image` | 基础镜像 Dockerfile | | `mercator-homepage` | 官网首页 | -**SuiteHub**(项目文档): +**SuiteHub**(项目文档):`agent-profiles` — Agent 认知文件 + 用户文档 + 平台架构文档 -| 仓库 | 说明 | -|------|------| -| `agent-profiles` | Agent 认知文件 + 用户文档 + 平台架构文档 | -| `land-remediation-settlement` | 土地整治项目竣工结算套件 | ---