algorighm/README.md
2024-05-02 00:54:46 +08:00

29 lines
471 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# algorithm
javascript算法练习仓库
## 提交前缀说明
----
feat: 新功能feature
fix: 修复 bug
docs: 文档变更
style: 代码样式变更(不影响代码运行的变动)
refactor: 代码重构
test: 添加或修改测试
chore: 构建过程或辅助工具的变动
这些前缀一般以小写字母开头,后面跟着一个冒号。例如:
feat: 添加用户注册功能
fix: 修复登录页面样式问题
docs: 更新README文s