1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-18 18:28:07 +08:00

Compare commits

...

7 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
Tangcong
005fe03104 提交测试
点击右上角绿色按钮 "Commit changes..."。对于提交,您可以输入简短文字来描述您所做的更改。 此信息可帮助其他人了解您的提交中包含的内容。 GitHub 提供了一个简单的默认描述,但让我们稍微更改一下以进行练习。 首先,在第一个标题为“提交消息”的文本输入字段中输入 Add PROFILE.md。
2024-10-22 10:34:12 +08:00
7 changed files with 9 additions and 18 deletions

1
PROFILE.md Normal file
View File

@@ -0,0 +1 @@
Welcome to my GitHub profile!

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -56,8 +56,8 @@ pnpm i -g cheerio@1.0.0
pnpm i -g tunnel pnpm i -g tunnel
# pnpm install -g tough-cookie@4.1.4 # pnpm install -g tough-cookie@4.1.4
pnpm i -g https-proxy-agent@7.0.5 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.doubanio.com/simple/ jieba
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ requests pip3 install -i https://pypi.doubanio.com/simple/ requests
rm -rf /usr/local/pnpm-global/5/node_modules/.pnpm/canvas* rm -rf /usr/local/pnpm-global/5/node_modules/.pnpm/canvas*
rm -rf /root/.local/share/pnpm/global/5/.pnpm/canvas* rm -rf /root/.local/share/pnpm/global/5/.pnpm/canvas*
pnpm i -g sharp@0.32.0 pnpm i -g sharp@0.32.0

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long