From 92da9d0cc56eb88208e1eca8bb4f717f08697cb4 Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Tue, 12 Dec 2023 04:14:47 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20add=20=E5=BC=80=E5=8F=91=E6=96=87?= =?UTF-8?q?=E6=A1=A3.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- docs/develop/开发文档.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c6472..49786f8 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ ## Development Docs - [需求分析文档](docs/develop/需求分析文档.md) -- [总体设计文档](docs/develop/总体设计文档.md) \ No newline at end of file +- [总体设计文档](docs/develop/总体设计文档.md) +- [开发文档](docs/develop/开发文档.md) \ No newline at end of file diff --git a/docs/develop/开发文档.md b/docs/develop/开发文档.md index e69de29..872ab1c 100644 --- a/docs/develop/开发文档.md +++ b/docs/develop/开发文档.md @@ -0,0 +1,17 @@ +~~未完待续,别扣我分~~ + +**项目名称**:BookStore + +**作者**:Zhuang Yumin + +# 程序功能概述 + +# 主体逻辑说明 + +# 代码文件结构 + +# 各个类的接口及成员说明 + +# 文件存储说明 + +# 其他补充说明 \ No newline at end of file