mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-05-07 03:32:18 +08:00
feat: key management and scheduled task tools
This commit is contained in:
@@ -19,7 +19,7 @@ if [[ ! "$url" =~ ^https?:// ]]; then
|
||||
fi
|
||||
|
||||
# Fetch the page with curl
|
||||
html=$(curl -sS -L --max-time 20 \
|
||||
html=$(curl -sS -L --max-time 10 \
|
||||
-H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36" \
|
||||
-H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" \
|
||||
"$url" 2>&1) || {
|
||||
|
||||
Reference in New Issue
Block a user