From eac93167746621ffcb19b5641ef342176a81b5f9 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Fri, 6 Aug 2021 15:34:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tasks/qlrepo/extra.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tasks/qlrepo/extra.sh b/Tasks/qlrepo/extra.sh index 5f0937f..c253f3a 100644 --- a/Tasks/qlrepo/extra.sh +++ b/Tasks/qlrepo/extra.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -## Mod: Build20210805V2 +## Mod: Build20210806V1 ## 添加你需要重启自动执行的任意命令,比如 ql repo ## 安装node依赖使用 pnpm install -g xxx xxx(Build 20210728-002 及以上版本的 code.sh,可忽略) ## 安装python依赖使用 pip3 install xxx(Build 20210728-002 及以上版本的 code.sh,可忽略) @@ -21,7 +21,7 @@ #------ 设置区 ------# ## 1. 拉取仓库编号设置,默认 shufflewzc 仓库 CollectedRepo=(4) ##示例:CollectedRepo=(2 4 6) -OtherRepo=(14) ##示例:OtherRepo=(1 3) +OtherRepo=() ##示例:OtherRepo=(1 3) ## 2. 是否安装依赖和安装依赖包的名称设置 dependencies="no" ##yes为安装,no为不安装 package_name="canvas png-js date-fns axios crypto-js ts-md5 tslib @types/node dotenv typescript fs require tslib" @@ -203,4 +203,4 @@ install_dependencies_all(){ if [ "${dependencies}" = "yes" ]; then install_dependencies_all & -fi \ No newline at end of file +fi