From 46fe2724fded53826869d31035087f5e2b85ff76 Mon Sep 17 00:00:00 2001 From: "https://blog.iamtsm.cn" <1905333456@qq.com> Date: Mon, 24 Apr 2023 13:05:54 +0800 Subject: [PATCH] doc --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..1b967c0 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "iamtsm", + "name": "iamtsm", + "avatar_url": "https://user-images.githubusercontent.com/44826979/154636603-14635c19-0b28-433f-a420-3bcc0ab084ba.png", + "profile": "https://blog.iamtsm.cn", + "contributions": [ + "code", + "ideas", + "bug" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "tl-rtc-file", + "projectOwner": "iamtsm", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}