1 Star 0 Fork 9

bravele/web-firewall

forked from 某君/web-firewall 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.cz-config.js 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
某君 提交于 2024-09-12 10:12 . chore(custom): 一些兼容性更新
'use strict';
module.exports = {
"types": [
{
"name": "✨ 新特性",
"value": "feat"
},
{
"name": "🐞 bug修复",
"value": "fix"
},
{
"name": "⚡︎ 性能优化",
"value": "perf"
},
{
"name": "♻ 重构代码",
"value": "refactor"
},
{
"name": "🎉 样式相关",
"value": "style"
},
{
"name": "✅ 测试用例",
"value": "test"
},
{
"name": "📦 其他更新",
"value": "chore"
},
{
"name": "📝 文档更新",
"value": "docs"
},
{
"name": "⏪ 回滚",
"value": "revert"
}
],
// override the messages, defaults are as follows
messages: {
type: '选择一种你的提交类型:',
scope: '选择影响模块:',
// used if allowCustomScopes is true
// customScope: 'Denote the SCOPE of this change:',
subject: '简要说明:',
body: '提交内容详细说明,使用"|"换行(可选): ',
breaking: '非兼容性说明 (可选):',
footer: '关联关闭的issue,例如: #31, #34(可选):',
confirmCommit: '确定提交说明?'
},
allowCustomScopes: true,
allowBreakingChanges: ['特性', '修复'],
// limit subject length
subjectLimit: 100
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ssoc/web-firewall.git
[email protected]:ssoc/web-firewall.git
ssoc
web-firewall
web-firewall
main

搜索帮助