-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
29 lines (29 loc) · 1.05 KB
/
appsettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"CurlConfig": {
"Url": "https://api.mojidict.com/parse/functions/search-all",
"Headers": {
"accept": "application/json, text/plain, */*",
"accept-language": "zh-CN,zh;q=0.9,en;q=0.8,zh-TW;q=0.7,ja;q=0.6",
"content-type": "application/json;charset=UTF-8",
"origin": "chrome-extension://edoiodnmpjehmemkkfmnefmkboeaahlf",
"priority": "u=1, i",
"sec-ch-ua": "\"Google Chrome\";v=\"131\", \"Chromium\";v=\"131\", \"Not_A Brand\";v=\"24\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\"",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "none",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
},
"RequestBody": {
"types": [102]
}
},
"RequestConfig": {
"g_os": "webExtension",
"g_ver": "v4.7.6.20240313",
"_InstallationId": "7d959a18-48c4-243c-7486-632147466544",
"_ClientVersion": "js3.4.1",
"_ApplicationId": "E62VyFVLMiW7kvbtVq3p"
}
}