This commit is contained in:
EvineDeng
2021-01-27 18:39:50 +08:00
parent aeec1f6f69
commit 55e195ab4a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*
京东快递签到
活动地址https://jingcai-h5.jd.com/#/
活动入口https://jingcai-h5.jd.com/#/
签到领豆,14天内满4次和7次享额外奖励每天运行一次即可
更新地址https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_kd.js

View File

@ -24,7 +24,7 @@ Sheet=$SheetHead
for ((i=0; i<${#JsList[*]}; i++)); do
Name=$(grep "new Env" ${JsList[i]} | awk -F "'|\"" '{print $2}')
Entry=$(grep -E "活动入口" ${JsList[i]} | awk -F "" '{print $2}')
if [[$(echo $Entry | grep "http") != "" ]]; then
if [[ $(echo $Entry | grep "http") != "" ]]; then
Entry="[活动地址]($Entry)"
fi
Raw="$UrlRaw${JsList[i]}"