From abefff2be8487128bff1b230b4455438a3cd0df8 Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 13 Jul 2021 14:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=9Bcfd=20dependence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tasks/qlrepo/extra.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Tasks/qlrepo/extra.sh b/Tasks/qlrepo/extra.sh index bf3d372..7b52957 100644 --- a/Tasks/qlrepo/extra.sh +++ b/Tasks/qlrepo/extra.sh @@ -71,9 +71,14 @@ ql repo https://github.com/shufflewzc/faker2.git "jd_|jx_|getJDCookie" "activity ## ql repo https://github.com/chiupam/JD_Diy.git "activeId" # 依赖 -## 适用于柠檬胖虎代维护 lxk0301 仓库,宠汪汪二代目和宠汪汪兑换,只支持国内机。 +# 适用于柠檬胖虎代维护 lxk0301 仓库,宠汪汪二代目和宠汪汪兑换,只支持国内机。 apk add --no-cache build-base g++ cairo-dev pango-dev giflib-dev && cd scripts && npm install canvas --build-from-source -## 适用于 JDHelloWorld 和 he1pu 的宠汪汪二代目和宠汪汪兑奖品二代目 +# 适用于 JDHelloWorld 和 he1pu 的宠汪汪二代目和宠汪汪兑奖品二代目 cd scripts && npm i -S png-js -## 财富岛依赖安装命令 -npm install axios date-fns \ No newline at end of file +# 财富岛依赖安装命令 +## 安装 date-fns库 +npm install date-fns +## 安装axios +npm install axios -S +## 安装crypto-js +npm install crypto-js \ No newline at end of file