diff --git a/src/pages/assistants/[id]/shares.vue b/src/pages/assistants/[id]/shares.vue
index 2b58113..15f0137 100644
--- a/src/pages/assistants/[id]/shares.vue
+++ b/src/pages/assistants/[id]/shares.vue
@@ -3,6 +3,14 @@
+ API Key 默认是没有请求限制的,为了防止 API Key
+ 滥用。对外发布时,我们建议您包装一个 UI 界面(比如使用 PHP
+ 等做一个请求限制),来防止 API Key 滥用。
+
+ 当然,如果您在自己的私有应用中使用,可以忽略此建议。
+
共享列表
Api Key: {{ s.token }}
+API Key: {{ s.token }}