This commit is contained in:
EvineDeng
2021-01-27 18:39:50 +08:00
parent 0c1c3b7a3c
commit 20a5ffe7cc
2 changed files with 2 additions and 2 deletions

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]}"