同步前后端联调与文档更新

This commit is contained in:
2026-04-02 09:25:05 +08:00
parent af43beadb0
commit 6964e26ec9
113 changed files with 4317 additions and 293 deletions

View File

@@ -1,6 +1,6 @@
# 配置频繁变更场景下的后台管理方案
> 文档版本v1.0
> 最后更新2026-04-02
> 最后更新2026-04-02 08:28:05
本文用于整理一套更适合“配置项变化很频繁”的后台方案。
@@ -409,3 +409,4 @@ Go 中间层先做最小装配功能。
**PostgreSQL 存“版本化对象 + jsonb 内容”Go 中间层做“装配 + 校验 + 发布”,客户端只读静态发布结果。**