mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
10 lines
262 B
TypeScript
10 lines
262 B
TypeScript
import { $fetch } from "ofetch"
|
|
|
|
export const myFetch = $fetch.create({
|
|
headers: {
|
|
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
|
|
},
|
|
timeout: 10000,
|
|
retry: 3,
|
|
})
|