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.
28 lines
430 B
28 lines
430 B
{ |
|
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 |
|
// } |
|
// } |
|
// } |
|
}
|
|
|