docs: PostgreSQL 版本从 16 升级为 17

所有文档统一更新 PostgreSQL 版本号为 17,
17 版本已发布超过一年,足够稳定且性能更优。

Made-with: Cursor
This commit is contained in:
bujinyuan
2026-02-27 16:31:36 +08:00
parent 4458f40025
commit 8361275e70
4 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
| 前台前端 | uniapp (Vue 3) + mediasoup-client |
| 后台前端 | 独立 Vue 3 + Vite + Element PlusPC 端专注) |
| 媒体层 | Node.js + mediasoup保留官方 Node 中间层) |
| 存储 | PostgreSQL 16 + Redis 7 |
| 存储 | PostgreSQL 17 + Redis 7 |
| 认证 | 邮箱+密码、用户名+密码(微信授权后期迭代) |
| MVP 功能 | 用户体系、即时聊天、好友管理、音视频会议、消息通知 |
| 多端优先级 | H5 > 桌面端 > 微信小程序 > Android |