From 04b08480bdc4093d2da534f8da8056c24831cffe Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 11:27:44 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 56489653..eb223021 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@
+ +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [主页](https://www.cskefu.com/) | [成功案例](#客户案例) | [开发者文档](https://docs.chatopera.com/products/cskefu/osc/index.html) | [博客专栏](https://chatopera.blog.csdn.net/) | [更新日志](./CHANGELOG.md) | [帮助](https://github.com/chatopera/cskefu/issues) @@ -467,3 +470,23 @@ Copyright (2018-2022) 北 [Apache License Version 2.0](https://github.com/chatopera/cskefu/blob/osc/LICENSE) ![image](./public/assets/110291138-8b5a5e00-8026-11eb-8651-d3ce18d8dab1.png) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Mukaiu

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From eeac6b71a94b1bb487e6c82e071328dd9b74219d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 11:27:45 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..bf1942fd --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "mukaiu", + "name": "Mukaiu", + "avatar_url": "https://avatars.githubusercontent.com/u/7746790?v=4", + "profile": "https://github.com/mukaiu", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "cskefu", + "projectOwner": "chatopera", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}