Skip to content

Commit

Permalink
docs: add ding talk group chat 2
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Sep 27, 2021
1 parent 468055b commit 32b85e4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/issue-reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
body: |
Hello @${{ github.event.issue.user.login }}, we use GitHub issues to trace bugs or discuss plans of Naive UI. So, please don't ask usage questions. You can join the community to ask questions:
- [Discord](https://discord.gg/Pqv7Mev5Dd)
- DingTalk Group 33482509
- DingTalk Group 1 (Member limit reached) 33482509
- DingTalk Group 2 35886835
你好 @${{ github.event.issue.user.login }},Naive UI Issue 板块是用于 bug 反馈与需求讨论的地方,请勿询问如何使用的问题。你可以加入社区进行提问:
- [Discord](https://discord.gg/Pqv7Mev5Dd)
- 钉钉群 33482509
- 钉钉一群 33482509 (已满)
- 钉钉二群 35886835
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
## Community

- [Discord](https://discord.gg/Pqv7Mev5Dd)
- DingTalk Group 33482509
- DingTalk Group 1 (Member limit reached) 33482509
- DingTalk Group 2 35886835
- [Awesome Naive UI](https://github.com/naive-ui/awesome-naive)

## Features
Expand Down
3 changes: 2 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
## 社区

- [Discord](https://discord.gg/Pqv7Mev5Dd)
- 钉钉群 33482509
- 钉钉一群 33482509 (已满)
- 钉钉二群 35886835
- [Awesome Naive UI](https://github.com/naive-ui/awesome-naive)

## 特性
Expand Down
3 changes: 2 additions & 1 deletion demo/pages/docs/introduction/enUS/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ What's more, ..., no more. Just enjoy it.
## Community

- [Discord](https://discord.gg/Pqv7Mev5Dd)
- DingTalk Group 33482509
- DingTalk Group 1 (Member limit reached) 33482509
- DingTalk Group 2 35886835

## Contributing

Expand Down
3 changes: 2 additions & 1 deletion demo/pages/docs/introduction/zhCN/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Naive UI 全量使用 TypeScript 编写,和你的 TypeScript 项目无缝衔
## 社区

- [Discord](https://discord.gg/Pqv7Mev5Dd)
- 钉钉群 33482509
- 钉钉一群 33482509 (已满)
- 钉钉二群 35886835

## 贡献

Expand Down
6 changes: 5 additions & 1 deletion demo/pages/home/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
<template #trigger>
<n-button text>{{ t('dingTalk') }}</n-button>
</template>
{{ t('dingTalkGroupChat') }} 33482509
{{ t('dingTalkGroupChat') }} 1
{{ t('memberLimitReached') }} 33482509<br />
{{ t('dingTalkGroupChat') }} 2 35886835
</n-tooltip>
</div>
<div class="footer-links-col footer-links-col--last">
Expand Down Expand Up @@ -116,6 +118,7 @@ export default {
icons: '图标库',
dingTalk: '钉钉',
dingTalkGroupChat: '钉钉交流群',
memberLimitReached: '(已满)',
reportBug: '报告 Bug',
joinUsLink: 'https://app.mokahr.com/campus_apply/tusenweilai/3232#/'
},
Expand All @@ -132,6 +135,7 @@ export default {
icons: 'Icon Library',
dingTalk: 'DingTalk',
dingTalkGroupChat: 'DingTalk Group Chat',
memberLimitReached: '(Member limit reached)',
reportBug: 'Report Bug',
joinUsLink:
'https://boards.greenhouse.io/tusimplerelocationjobs/jobs/5137805002?gh_src=7908a9242us'
Expand Down

0 comments on commit 32b85e4

Please sign in to comment.