This commit is contained in:
Faker 2024-02-01 22:53:24 +08:00
parent 96fc77d6f7
commit e90c082dcd
4 changed files with 2269 additions and 1977 deletions

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@ echo -e "安装脚本所需依赖,不一定一次全部安装成功,请自
echo -e "开始安装............\n"
#apk add g++ make pixman-dev pango-dev cairo-dev pkgconf --no-cache
apk add g++ make --no-cache
#apk add g++ make --no-cache
pnpm config set registry https://registry.npmmirror.com
pnpm install -g
pnpm install -g ds
@ -28,6 +28,7 @@ pnpm install -g @types/node
pnpm install -g request
pnpm install -g jsdom
pnpm install -g moment
pnpm install -g cheerio
pnpm install -g tough-cookie
pnpm install -g https-proxy-agent
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ jieba

File diff suppressed because one or more lines are too long

6
jd_znshby.js Normal file

File diff suppressed because one or more lines are too long