打造git提交规范

https://juejin.cn/post/7277029942298673189

<type>(<scope>): <subject>
// 空一行
<body>
// 空一行
<footer>


type	说明
feat	新功能
fix	修复BUG
docs	文档更新
style	样式更新
refactor	重构
test	增加测试内容
chore	构建过程或辅助工具的变动


    feat(新增视图层)添加登录页面


    feat(新增视图层)添加登录页面
    - 支持自动登录
      登录页面新增链接参数解析如果链接中包含from=auto则表示进行自动登录





Loading Disqus comments...
Table of Contents