From 7e49d3639a54faea1b3dd49ea7b51bda344f74ee Mon Sep 17 00:00:00 2001 From: XuJiacheng Date: Mon, 9 Mar 2026 09:13:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- algorithm/README.md | 5 +++++ backend/README.md | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 algorithm/README.md create mode 100644 backend/README.md diff --git a/algorithm/README.md b/algorithm/README.md new file mode 100644 index 0000000..9e2c9e4 --- /dev/null +++ b/algorithm/README.md @@ -0,0 +1,5 @@ +# 能耗算法模块 + +--- + +文档正文: \ No newline at end of file diff --git a/backend/README.md b/backend/README.md new file mode 100644 index 0000000..4fdec46 --- /dev/null +++ b/backend/README.md @@ -0,0 +1,9 @@ +# 能耗计算后端 + +--- + +​ 功率获取模块 + +​ 算法调用模块 + +​ 库操作模块 \ No newline at end of file