docs: 添加项目文档和图表文件
添加游戏设计文档、技术架构文档、数值经济文档等内容 新增Mermaid图表文件描述系统架构和流程 包含README说明文档结构和阅读顺序
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
sequenceDiagram
|
||||
participant C as Client
|
||||
participant API as Save API
|
||||
participant DB as Database
|
||||
C->>API: PUT /saves/{slotId} (save, If-Match)
|
||||
API->>API: 校验Schema/引用/数值
|
||||
API->>DB: 写入(事务)
|
||||
DB-->>API: ok
|
||||
API-->>C: 200 (new etag)
|
||||
Reference in New Issue
Block a user