From f227d6d28264c367b38bab9d701a3e7f89b1789f Mon Sep 17 00:00:00 2001 From: asforest Date: Thu, 16 Jan 2025 16:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=9A=E5=88=9A=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/v2/installation/upload.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/v2/installation/upload.md b/docs/v2/installation/upload.md index b4f7dac..cdee94a 100644 --- a/docs/v2/installation/upload.md +++ b/docs/v2/installation/upload.md @@ -83,14 +83,12 @@ import TabItem from '@theme/TabItem'; 首先需要配置端点: - + 腾讯云:`https://.cos..myqcloud.com` - + 将``替换成对应的桶名,比如`examplebucket-123321` + + 腾讯云:`https://cos..myqcloud.com` + 将``替换成对应的地域,比如`ap-guangzhou` - + 阿里云:`https://.oss-.aliyuncs.com` - + 将``替换成对应的桶名,比如`examplebucket` + + 阿里云:`https://oss-.aliyuncs.com` + 将``替换成对应的地域,比如`cn-hangzhou` - 然后需要配置桶名,虽然端点中已经包含了桶名,但这里仍然需要再填一次。 + 然后需要配置桶名。 + 腾讯云:通常格式为``,既桶名+APPID + 阿里云:格式没有限制