Merge pull request #94 from actions-cool/main

branch: merge main into 2.x
This commit is contained in:
xrkffgg
2021-10-09 15:04:31 +08:00
committed by GitHub
3 changed files with 18 additions and 2 deletions

View File

@@ -159,6 +159,14 @@ 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). [More color see](https://github.com/actions-cool/issues-helper/issues/92).
```
[![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,14 @@
</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)。[更多样式](https://github.com/actions-cool/issues-helper/issues/92)。
```
[![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`;
// **************************************************************************