Skip to content

Commit

Permalink
fix(nodesdk): 完善私域机器人添加描述
Browse files Browse the repository at this point in the history
  • Loading branch information
zoswing committed Dec 21, 2021
1 parent 86d66f0 commit 5ea1f23
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/.vuepress/components/Warnning.vue
@@ -1,12 +1,11 @@
<template>
<div class="custom-block danger"
><p class="custom-block-title">注意</p>
<ul
><li
>公域机器人暂不支持申请,仅私域机器人可用,私域机器人开发者请发邮件<a href="mailto:QQ_Bot@tencent.com">QQ_Bot@tencent.com</a>申请开通。</li
></ul
></div
>
<div class="custom-block danger">
<p class="custom-block-title">注意</p>
<ul>
<li>公域机器人暂不支持申请,仅私域机器人可用,私域机器人开发者请发邮件<a href="mailto:QQ_Bot@tencent.com">QQ_Bot@tencent.com</a>申请开通。
注意:开通后需要先将机器人从频道移除,然后重新添加,方可生效。</li>
</ul>
</div>
</template>
<script>
export default {
Expand Down

0 comments on commit 5ea1f23

Please sign in to comment.