From 95d4cf1f0ac4428e7fea6a868ccb7ddacadb5860 Mon Sep 17 00:00:00 2001 From: hlb <1597107216@qq.com> Date: Sat, 11 Oct 2025 21:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | Bin 30 -> 43 bytes doc/design.md | 2 +- doc/report.md | 2 +- src/config.py | 2 +- src/main.py | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ece1935e361f88d9894b2fa8654438afc00404d6..55cb8b75d676d4d2a64a5125f359525401cee053 100644 GIT binary patch literal 43 ycmY#Z2+mI{DNig)RdCHq&&*3rEy~PGSMW_O$;eO1&&f}(R0t@_&q_@$;Q|0wNDsyU literal 30 kcmezWPnki1!Iz;DNCq$zG2}C3F{CmiGn6p!GH@{f0C&s=6#xJL diff --git a/doc/design.md b/doc/design.md index 47566d6..53e642d 100644 --- a/doc/design.md +++ b/doc/design.md @@ -1 +1 @@ -# 设计文档 +# Design Document diff --git a/doc/report.md b/doc/report.md index a850842..9d4942d 100644 --- a/doc/report.md +++ b/doc/report.md @@ -1 +1 @@ -# 项目报告 +# Project Report diff --git a/src/config.py b/src/config.py index eac60d2..215d59b 100644 --- a/src/config.py +++ b/src/config.py @@ -1 +1 @@ -// 配置文件 +// Configuration file diff --git a/src/main.py b/src/main.py index b9a96f0..0b75305 100644 --- a/src/main.py +++ b/src/main.py @@ -1 +1 @@ -// 源代码文件 +// Main source code