安装pm2npm install -g pm2
创建文件hexo_run.jsvi hexo_run.js
//run
const { exec } = require('child_process')
exec('he
2023-04-30