mirror of
https://github.com/zhao-zg/jd-login.git
synced 2026-01-12 14:00:43 +08:00
Update README.md
This commit is contained in:
parent
692fcfd591
commit
29c724e893
@ -2,8 +2,7 @@
|
|||||||
无界插件对应京东登录
|
无界插件对应京东登录
|
||||||
|
|
||||||
包括账密登录和密码登录
|
包括账密登录和密码登录
|
||||||
|
可以直接纯净docker部署 使用compose代码如下(可自行加前缀代理)
|
||||||
可以直接纯净docker部署 使用compose代码如下
|
|
||||||
```
|
```
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
@ -11,7 +10,7 @@ services:
|
|||||||
image: python:3.12.4
|
image: python:3.12.4
|
||||||
container_name: jd_autologin
|
container_name: jd_autologin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
port:
|
ports:
|
||||||
- 12345:12345
|
- 12345:12345
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
environment:
|
environment:
|
||||||
@ -23,9 +22,9 @@ services:
|
|||||||
libatspi2.0-0 libxshmfence1 && python -m pip install --upgrade pip && pip
|
libatspi2.0-0 libxshmfence1 && python -m pip install --upgrade pip && pip
|
||||||
install pyppeteer Pillow asyncio aiohttp opencv-python-headless ddddocr
|
install pyppeteer Pillow asyncio aiohttp opencv-python-headless ddddocr
|
||||||
quart && rm -rf && wget -O api.py
|
quart && rm -rf && wget -O api.py
|
||||||
https://proxy.07170501.xyz/proxy/https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py
|
https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py
|
||||||
&& wget -O login.py
|
&& wget -O login.py
|
||||||
https://proxy.07170501.xyz/proxy/https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py
|
https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py
|
||||||
&& python api.py"
|
&& python api.py"
|
||||||
networks: {}
|
networks: {}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user