🍒QL pull command instructions & moposmall

This commit is contained in:
Leon 2021-06-27 22:51:06 +08:00
parent ff29bc8b6d
commit 95d985905c
2 changed files with 17 additions and 3 deletions

View File

@ -32,7 +32,7 @@ ql repo https://github.com/Wenmoux/scripts.git "other|jd" "" "" "wen"
ql repo https://github.com/panghu999/panghu.git "jd_" ql repo https://github.com/panghu999/panghu.git "jd_"
``` ```
``` ```
ql repo https://github.com/curtinlv/JD-Script ql repo https://github.com/curtinlv/JD-Script.git
``` ```

View File

@ -1,4 +1,14 @@
# 青龙拉取常用京东脚本库 # 青龙拉取常用京东脚本库
## 说明
- 更新单个脚本文件
```
ql repo <repourl> <path> <blacklist> <dependence> <branch>
```
- 更新单个仓库脚本
```
ql raw <fileurl>
```
下面是示例
## 整库 ## 整库
- `Unknown 备份托管等` - `Unknown 备份托管等`
@ -13,7 +23,7 @@
``` ```
2. `JDHelloWorld`(辅助) 2. `JDHelloWorld`(辅助)
``` ```
ql repo https://github.com/JDHelloWorld/jd_scripts "jd_|jx_|getJDCookie" "activity|backUp|jd_delCoupon" "^jd[^_]|USER" ql repo https://github.com/JDHelloWorld/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp|jd_delCoupon" "^jd[^_]|USER"
``` ```
- cron - cron
``` ```
@ -70,7 +80,11 @@ ql repo https://github.com/star261/jd.git "scripts" "code"
``` ```
- `curtinlv` - `curtinlv`
``` ```
ql repo https://github.com/curtinlv/JD-Script ql repo https://github.com/curtinlv/JD-Script.git
```
- `moposmall`
```
ql repo https://github.com/moposmall/Script.git "Me"
``` ```
## 单脚本 ## 单脚本