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 172015c commit c8743f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd $WorkDir
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}')
Entry=$(grep -E "活动入口" ${JsList[i]} | awk -F "" '{print $2}')
Raw="$UrlRaw${JsList[i]}"
Sheet="$Sheet\n|[${JsList[i]}]($Raw)|$Name|$Entry|"
done
Expand Down

0 comments on commit c8743f2

Please sign in to comment.