From cc752e9a783a4fd6a9116a122ed1d8c3877239ce Mon Sep 17 00:00:00 2001 From: da_nuo Date: Sun, 18 May 2025 10:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 1 + readme_en.md | 1 + 2 files changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e6f07e3..6cf4cab 100644 --- a/readme.md +++ b/readme.md @@ -20,6 +20,7 @@ python -m pip install -r requirements.txt ## 2. 其他 * 1 . 您需要在config.ini中进行更详细的配置 * 2 . 至于api系统,我还不打算为它制作一个配套应用,因为我认为它不如web方便 +* 3 . 注意:理论上来说,本项目只能在win平台运行 --- diff --git a/readme_en.md b/readme_en.md index 3ead9bf..8fca85c 100644 --- a/readme_en.md +++ b/readme_en.md @@ -20,6 +20,7 @@ python -m pip install -r requirements.txt ## 2. Some other things * 1 . In addition, you need to do more detailed configuration in config.ini * 2 . As for the api system, I'm not going to make a companion app for it yet, because it's probably not as convenient as viewing it directly on the web +* 3 . Note: Theoretically speaking, this project can only run on the Windows platform ---