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
77da4a8741
commit
692fcfd591
31
README.md
31
README.md
@ -2,4 +2,33 @@
|
||||
无界插件对应京东登录
|
||||
|
||||
包括账密登录和密码登录
|
||||
使用compose.yaml 可以直接纯净docker部署
|
||||
|
||||
可以直接纯净docker部署 使用compose代码如下
|
||||
```
|
||||
version: "3"
|
||||
services:
|
||||
jd_autologin:
|
||||
image: python:3.12.4
|
||||
container_name: jd_autologin
|
||||
restart: unless-stopped
|
||||
port:
|
||||
- 12345:12345
|
||||
working_dir: /app
|
||||
environment:
|
||||
TZ: Asia/Shanghai
|
||||
command: >
|
||||
sh -c "apt -y update && apt -y install libnss3 libnspr4 libatk1.0-0
|
||||
libatk-bridge2.0-0 libcups2 libdrm2 libdbus-1-3 libxkbcommon0
|
||||
libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libasound2
|
||||
libatspi2.0-0 libxshmfence1 && python -m pip install --upgrade pip && pip
|
||||
install pyppeteer Pillow asyncio aiohttp opencv-python-headless ddddocr
|
||||
quart && rm -rf && wget -O api.py
|
||||
https://proxy.07170501.xyz/proxy/https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py
|
||||
&& wget -O login.py
|
||||
https://proxy.07170501.xyz/proxy/https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py
|
||||
&& python api.py"
|
||||
networks: {}
|
||||
|
||||
```
|
||||
|
||||
#感谢小九九 在原有代码上2次修改,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user