wujianwei
2026-01-07 3135ac10ab738063bb5df39b3c5cc0f143d11061
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }