mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-05 06:12:44 +08:00
11 lines
505 B
JavaScript
11 lines
505 B
JavaScript
module.exports = {
|
|
types: [
|
|
{ type: 'feat', section: '✨ Features | 新功能', hidden: false },
|
|
{ type: 'fix', section: '🐛 Bug Fixes | Bug 修复', hidden: false },
|
|
{ type: 'docs', section: '📝 Documentation | 文档', hidden: false },
|
|
{ type: 'style', section: '💄 Styles | 风格', hidden: false },
|
|
{ type: 'refactor', section: '💄 Refactor | 重构', hidden: false },
|
|
{ type: 'perf', section: '⚡ Performance Improvements | 性能优化', hidden: false },
|
|
],
|
|
};
|