# 阿李贝斯的学习文档
每日坚持学习 持续性学习前端知识
所有看似优秀的事情,都经过日复一日的努力💪
计划学习的内容包括算法、计算机网络、css、js、ts、webpack、vite、vue、react等等...
# 分仓库
一、算法学习仓库
- github地址: https://github.com/strugglinglee/algorithm-learn (opens new window)
- 访问链接: https://strugglinglee.github.io/algorithm-learn/ (opens new window)
二、webpack学习仓库
- github地址: https://github.com/strugglinglee/webpack-learn (opens new window)
- 访问链接: https://strugglinglee.github.io/FE-interview/ (opens new window)
三、前端面试仓库
- github地址: https://github.com/strugglinglee/FE-interview (opens new window)
- 访问链接: https://strugglinglee.github.io/FE-interview/ (opens new window)
# 代码提交规范
<commit-type> 常见为:
- chore:构建配置相关。
- docs:文档相关。
- feat:添加新功能。
- fix:修复 bug。
- pref:性能相关。
- refactor:代码重构,一般如果不是其他类型的 commit,都可以归为重构。
- revert:分支回溯。
- style:样式相关。
- test:测试相关。
[(commit-scope)] 可选,表示范围,例如:refactor(cli),表示关于 cli 部分的代码重构。
<commit-message> 提交记录的信息,有些规范可能会要求首字母大写。
<commit-icon> 用图标来替代 <commit-type> 所表示的功能。