2 Star 5 Fork 5

mochat/dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.cz-config.js 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
maxincai 提交于 2021-01-18 22:50 +08:00 . 正式发布
'use strict';
module.exports = {
types: [
{
value: 'WIP',
name : '💪 WIP: 未完待续'
},
{
value: 'feat',
name : '✨ feat: 新的功能'
},
{
value: 'fix',
name : '🐞 fix: Bug 修复'
},
{
value: 'refactor',
name : '🛠 refactor: 功能重构'
},
{
value: 'docs',
name : '📚 docs: 文档相关'
},
{
value: 'test',
name : '🏁 test: 测试相关'
},
{
value: 'chore',
name : '🗯 chore: 琐碎事项'
},
{
value: 'style',
name : '💅 style: 优化代码结构或格式'
},
{
value: 'revert',
name : '⏪ revert: 回退 commit'
}
],
scopes: ['系统页面', '客户', '客户群', '素材库', '运营', '设置', '框架'],
allowCustomScopes: true,
allowBreakingChanges: ["feat", "fix"],
skipQuestions: ['footer']
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mochat/mochat-dashboard.git
git@gitee.com:mochat/mochat-dashboard.git
mochat
mochat-dashboard
dashboard
master

搜索帮助