调整扫码登录的签名

This commit is contained in:
liuwei
2025-06-20 17:04:04 +08:00
parent c68d1c49b3
commit 18a3197201
2 changed files with 3 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ git clone https://github.com/your-username/abot.git
cd abot
# 创建虚拟环境
python -m venv .venv
python3 -m venv .venv
source .venv/bin/activate # Linux/Mac
# 或
.venv\Scripts\activate # Windows