安装electron-log: npm install electron-log 防止控制台中文乱码: { "scripts": { "start": "chcp 65001 && electron-forge start" }} 引入依赖: ...
確定! 回上一頁