小调整

pull/375/head
王良 2024-09-30 11:00:56 +08:00
parent 61ad6cbf87
commit 366540877c
1 changed files with 3 additions and 3 deletions

View File

@ -306,13 +306,13 @@ const executor = {
await exec(`networksetup -setwebproxystate '${wifiAdaptor}' off`)
}
// const setEnv = `cat <<ENDOF >> ~/.zshrc
// const setEnv = `cat <<ENDOF >> ~/.zshrc
// export http_proxy="http://${ip}:${port}"
// export https_proxy="http://${ip}:${port}"
// ENDOF
// source ~/.zshrc
// `
// await exec(setEnv)
// `
// await exec(setEnv)
} else { // 关闭代理
// https
await exec(`networksetup -setsecurewebproxystate '${wifiAdaptor}' off`)