安装electron-log: [cc]npm install electron-log[/cc] 防止控制台中文乱码: [cc]{ scripts: { start: chcp 65001 && electron-forge start }}[/cc] ...
確定! 回上一頁