Files
soul-yongping/开发文档/2、架构/系统与技术.md
2026-03-07 22:58:43 +08:00

16 lines
625 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 系统与技术(合并自 系统架构、技术选型与全景图、前后端架构分离策略、数据库)
## 核心理念
** separation**:内容与代码分离、前后端分离、静态与动态分离。架构围绕「省事」和「变现」。
**技术栈**Next.js 14/16 App Router、TypeScript、Tailwind、Shadcn UI、Zustand、MySQL/MongoDB、Vercel/宝塔部署。
**内容即产品**`book/` Markdown 为资产Git 管理,文件系统读取。
**数据库**:见 `数据库.md`,表结构、连接配置。
## 前后端架构分离
开发协作规范、API 边界、部署拆分策略。