docs: add badge

This commit is contained in:
元凛
2021-09-29 21:26:23 +08:00
parent 5c1fab1ef7
commit 21c1ba20ab
3 changed files with 14 additions and 2 deletions

View File

@@ -159,6 +159,12 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
</tr>
</table>
## README Badge
If you think issues-helper can help you, please copy it to the README to support promotion and bring convenience to more repositories:[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)
`[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)`
## ⚡ Feedback
You are very welcome to try it out and put forward your comments. You can use the following methods:

View File

@@ -159,6 +159,12 @@
</tr>
</table>
## README 图标
如果觉得 issues-helper 能帮到您,欢迎复制到 README 中,支持推广,给更多的项目带来便利:[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)
`[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)`
## ⚡ 反馈
非常欢迎你来尝试使用,并提出意见,你可以通过以下方式:

View File

@@ -43,8 +43,8 @@ ${table}
// **************************************************************************
const point = '<table>';
const cnPoint = `## ⚡ 反馈`;
const enPoint = `## ⚡ Feedback`;
const cnPoint = `## README 图标`;
const enPoint = `## README Badge`;
// **************************************************************************