sen
2026-02-01 93f8c736fd50a80a72d633e888e2d65904bcd7fc
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }