1 Star 0 Fork 0

phpscup/billd-desk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.versionrc.js 908 Bytes
一键复制 编辑 原始数据 按行查看 历史
shuisheng 提交于 2024-04-18 22:25 . feat: init
console.log(
'\x1B[0;37;44m INFO \x1B[0m',
'\x1B[0;;34m ' +
`读取了: ${__filename.slice(__dirname.length + 1)}` +
' \x1B[0m'
);
module.exports = {
types: [
{ type: 'feat', section: '✨ 新特性', hidden: false },
{ type: 'fix', section: '🐛 Bug修复', hidden: false },
{ type: 'docs', section: '📝 文档更改', hidden: false },
{ type: 'style', section: '🎨 样式更改', hidden: false },
{ type: 'refactor', section: '🔨 代码重构', hidden: false },
{
type: 'perf',
section: '⚡️ 优化性能',
hidden: false,
},
{ type: 'test', section: '🧪 测试', hidden: false },
{ type: 'build', section: '🚀 构建', hidden: false },
{ type: 'ci', section: '👷 CI', hidden: false },
{ type: 'chore', section: '🏗 其他', hidden: false },
{ type: 'revert', section: '⏪ 回退', hidden: false },
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zailushang12/billd-desk.git
git@gitee.com:zailushang12/billd-desk.git
zailushang12
billd-desk
billd-desk
main

搜索帮助