This commit is contained in:
2024
2024-06-28 15:47:44 +08:00
commit 122d60219e
183 changed files with 33305 additions and 0 deletions

14
docker/extra.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
## 添加你需要重启自动执行的任意命令,比如 ql repo
## 安装node依赖使用 pnpm install -g xxx xxx
## 安装python依赖使用 pip3 install xxx
pnpm install -g png-js
pnpm install -g date-fns
pnpm install -g axios
pnpm install -g crypto-js
pnpm install -g ts-md5
pnpm install -g tslib
pnpm install -g @types/node
pnpm install -g requests
pnpm install -g jsdom