PRJCONFIG.js 169 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 const PROXY_TARGET = 'http://voice.onwall.cn'; // 反向代理服务器地址 const OUTDIR = 'voice' // 打包输出文件夹名称 export { PROXY_TARGET, OUTDIR }