From bbd90ca3bf550a3f6964ce477abfe1709e2be4e5 Mon Sep 17 00:00:00 2001 From: ZXY <2183054016@qq.com> Date: Sat, 27 Sep 2025 18:04:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E6=8F=90=E4=BA=A4=EF=BC=9A?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E9=A1=B9=E7=9B=AE=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E5=92=8C=E5=9F=BA=E7=A1=80=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/README.md | 1 + src/main.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 doc/README.md create mode 100644 src/main.py diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 0000000..2570dd4 --- /dev/null +++ b/doc/README.md @@ -0,0 +1 @@ +# 项目文档 diff --git a/src/main.py b/src/main.py new file mode 100644 index 0000000..2d4cbea --- /dev/null +++ b/src/main.py @@ -0,0 +1 @@ +# 源代码目录