From 295ac3d28d79fef16bc098b5bfbef9893352dbf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=98=E9=9B=85=E7=9A=84=E6=AF=8D=E9=B8=A1?= <710521324@qq.com> Date: Mon, 13 Mar 2023 08:50:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E8=AF=AD=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- doc/README.md | 7 +++++++ samples/README.md | 7 +++++++ src/README.md | 7 +++++++ 文档/README.md | 3 --- 源代码/README.md | 3 --- 示例/README.md | 3 --- 7 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 doc/README.md create mode 100644 samples/README.md create mode 100644 src/README.md delete mode 100644 文档/README.md delete mode 100644 源代码/README.md delete mode 100644 示例/README.md diff --git a/README.md b/README.md index fe900f8..e292988 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Code_specification -工程模板 \ No newline at end of file +工程模板 + +Engineering template \ No newline at end of file diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 0000000..3cbeea4 --- /dev/null +++ b/doc/README.md @@ -0,0 +1,7 @@ +# 文档 + +document + +这里保存手册资料、API文档等说明文件 + +Manual data, API documents and other documents are saved here \ No newline at end of file diff --git a/samples/README.md b/samples/README.md new file mode 100644 index 0000000..61670bb --- /dev/null +++ b/samples/README.md @@ -0,0 +1,7 @@ +# 示例 + +Sample program + +这里保存一些程序的示例程序,包括源码和可执行文件 + +Here are some sample programs of programs, including source code and executable files \ No newline at end of file diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..b20ebeb --- /dev/null +++ b/src/README.md @@ -0,0 +1,7 @@ +# 源代码 + +source code + +这里保存源代码 + +Save the source code here \ No newline at end of file diff --git a/文档/README.md b/文档/README.md deleted file mode 100644 index 241fb6e..0000000 --- a/文档/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# 文档 - -这里保存手册资料、API文档等说明文件 \ No newline at end of file diff --git a/源代码/README.md b/源代码/README.md deleted file mode 100644 index ce4e0e6..0000000 --- a/源代码/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# 源代码 - -这里保存源代码 \ No newline at end of file diff --git a/示例/README.md b/示例/README.md deleted file mode 100644 index 2f2751a..0000000 --- a/示例/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# 示例 - -这里保存一些程序的示例程序,包括源码和可执行文件 \ No newline at end of file