Skip to content

Commit

Permalink
ci: 删除无用更新release的ci脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
simply-none committed Jan 18, 2024
1 parent b64e61f commit 755cf2c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml

This file was deleted.

19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 项目简介

```bash
# git提交规范
<type>([scope]): <subject>
# 空一行
[body]
# 空一行
[footer]

# type(提交类型): feat(新功能,包括样式修改)、fix(bug修复,包括样式修改)、perf(性能优化)、docs(文档变更)、style(代码格式调整)、refactor(功能重构)、test(测试)、ci(持续集成脚本变更,例如github文件夹)、build(项目构建的变更,例如vite.config.js)、chore(杂项)

# scope(变更范围的细粒度,可选):比如页面名、模块名、组件名

# subject(提交的简短描述):描述为何更改

# body(详细描述)

# footer(关闭bug的描述),例如:Closes #111、Closes #123,#124
```

## 功能简介

1. 支持符合需求的词典和单词本导入
Expand Down

0 comments on commit 755cf2c

Please sign in to comment.