Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devome committed Jan 27, 2021
1 parent 7d0ffbf commit 9a424fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jd_kd.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion update_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]}"
Expand Down

0 comments on commit 9a424fa

Please sign in to comment.