You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
430 B
29 lines
430 B
4 years ago
|
{
|
||
|
server: {
|
||
|
port: 1181
|
||
|
},
|
||
|
"intercepts": {
|
||
|
'notify3.note.youdao.com': [
|
||
|
{
|
||
|
regexp: '.*',
|
||
|
redirect: 'https://localhost:99999'
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"dns": {
|
||
|
"mapping": {
|
||
|
//"avatars*.githubusercontent.com": "usa"
|
||
|
}
|
||
|
},
|
||
|
// setting: {
|
||
|
// startup: {
|
||
|
// // 开机启动
|
||
|
// server: true,
|
||
|
// proxy: {
|
||
|
// system: true,
|
||
|
// npm: true
|
||
|
// }
|
||
|
// }
|
||
|
// }
|
||
|
}
|