From b1d1d422faabe8c2cfcf86f179e4605c50ba3aeb Mon Sep 17 00:00:00 2001 From: hlb <1597107216@qq.com> Date: Sat, 11 Oct 2025 21:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/design.md | 1 + doc/report.md | 1 + src/config.py | 1 + src/main.py | 1 + 4 files changed, 4 insertions(+) create mode 100644 doc/design.md create mode 100644 doc/report.md create mode 100644 src/config.py create mode 100644 src/main.py diff --git a/doc/design.md b/doc/design.md new file mode 100644 index 0000000..47566d6 --- /dev/null +++ b/doc/design.md @@ -0,0 +1 @@ +# 设计文档 diff --git a/doc/report.md b/doc/report.md new file mode 100644 index 0000000..a850842 --- /dev/null +++ b/doc/report.md @@ -0,0 +1 @@ +# 项目报告 diff --git a/src/config.py b/src/config.py new file mode 100644 index 0000000..eac60d2 --- /dev/null +++ b/src/config.py @@ -0,0 +1 @@ +// 配置文件 diff --git a/src/main.py b/src/main.py new file mode 100644 index 0000000..b9a96f0 --- /dev/null +++ b/src/main.py @@ -0,0 +1 @@ +// 源代码文件