From dfac771630a69ae7755bb4e3d38911438cfdae2d Mon Sep 17 00:00:00 2001 From: zhao-zg <61549925+zhao-zg@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:28:48 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62f49ef..8229a0b 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ services: environment: TZ: Asia/Shanghai command: > - sh -c "pip install requests fake_useragent && rm -rf * + sh -c "rm -rf * && wget -O api.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py && wget -O login.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py && python api.py" networks: {} ``` -# 感谢作者小九九 +# 感谢原作者小九九