1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-20 11:03:08 +08:00

Compare commits

..

6 Commits

Author SHA1 Message Date
Tangcong 8f779184d3 Merge 005fe03104 into 9c56042952 2025-01-22 18:39:47 +08:00
2024 9c56042952 1 2025-01-22 16:46:22 +08:00
2024 56bc1324d8 1 2025-01-22 10:34:41 +08:00
2024 0c6ebf0222 1 2025-01-21 23:35:41 +08:00
6dylan6 64163f0a41 Merge pull request #726 from wifisky-feilian/patch-1
Update jd_indeps.sh
2025-01-21 21:32:24 +08:00
wifisky-feilian 9d2bbd086c Update jd_indeps.sh
pip3安装地址更新为国内可用
原地址:https://pypi.tuna.tsinghua.edu.cn/simple/
更新为:https://pypi.doubanio.com/simple/
2025-01-21 18:59:10 +08:00
6 changed files with 8 additions and 18 deletions
-12
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -56,8 +56,8 @@ pnpm i -g cheerio@1.0.0
pnpm i -g tunnel
# pnpm install -g tough-cookie@4.1.4
pnpm i -g https-proxy-agent@7.0.5
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ jieba
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ requests
pip3 install -i https://pypi.doubanio.com/simple/ jieba
pip3 install -i https://pypi.doubanio.com/simple/ requests
rm -rf /usr/local/pnpm-global/5/node_modules/.pnpm/canvas*
rm -rf /root/.local/share/pnpm/global/5/.pnpm/canvas*
pnpm i -g sharp@0.32.0
+3 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long