1 Star 0 Fork 0

gist006/vue3-admin-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.cz-config.cjs 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
gist006 提交于 2023-07-16 15:25 . feat: init初始化
module.exports = {
// 可选类型
types: [
{ value: "feat", name: "✨ feat: 新功能" },
{ value: "test", name: "✅ test: 增加测试" },
{ value: "fix", name: "🐛 fix: 修复" },
{ value: "docs", name: "📝 docs: 文档变更" },
{ value: "style", name: "💄 style: 代码格式(不影响代码运行的变动)" },
{ value: "refactor", name: "♻️ refactor: 重构(既不是增加feature,也不是修复bug)" },
{ value: "perf", name: "⚡️ perf: 性能优化" },
{ value: "chore", name: "🔧 chore: 改变构建流程、或者增加依赖库、工具等" },
{ value: "revert", name: "⏪️ revert: 回退" }
],
// 消息步骤
messages: {
type: "请选择提交类型(必填):",
subject: "请输入简要描述(必填):\n",
// body: '长描述,使用"|"换行(可选):\n',
confirmCommit: "确定提交?"
},
scopes: [],
allowCustomScopes: true,
// 跳过问题
skipQuestions: ["scope", "body", "footer"],
// subject文字长度限制默认是72
subjectLimit: 100
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/gist006/vue3-admin-engine.git
git@gitee.com:gist006/vue3-admin-engine.git
gist006
vue3-admin-engine
vue3-admin-engine
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385