feat: add dingtalk provider (#94)

* feat: add dingtalk provider

Signed-off-by: zKen <690898835@qq.com>

* fix: amend the comment

Signed-off-by: zKen <690898835@qq.com>
This commit is contained in:
wasabi
2021-06-09 11:15:49 +08:00
committed by Yang Luo
parent cd89f7a559
commit 4162ab4984
7 changed files with 383 additions and 6 deletions

View File

@ -71,6 +71,7 @@ class ProviderEditPage extends React.Component {
{id: 'QQ', name: 'QQ'},
{id: 'WeChat', name: 'WeChat'},
{id: 'Facebook', name: 'Facebook'},
{id: 'DingTalk', name: 'DingTalk'},
]
);
} else if (provider.category === "Email") {