config.js 116 B

123456
  1. // config.js
  2. module.exports = {
  3. theme: 'vdoing',
  4. dest: 'public', // 可选:生成文件的目标目录
  5. }