From cf4485a962d67e4f3a3bef2415ac8e1010b69f07 Mon Sep 17 00:00:00 2001 From: ivamp Date: Sun, 11 Aug 2024 17:56:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20API=20Key=20=E6=BB=A5?= =?UTF-8?q?=E7=94=A8=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/assistants/[id]/shares.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 滥用。 +
+ 当然,如果您在自己的私有应用中使用,可以忽略此建议。 +

+

共享列表

@@ -15,7 +23,7 @@ > -

Api Key: {{ s.token }}

+

API Key: {{ s.token }}

访问共享