From 597d689f23a8264d7f749d0ca7067f040a517ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sun, 3 Sep 2023 12:50:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20upload=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E9=A2=84=E7=95=99=E5=85=83=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/upload/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/upload/index.md b/docs/upload/index.md index 95f8f7bc..0eab1777 100644 --- a/docs/upload/index.md +++ b/docs/upload/index.md @@ -11,6 +11,8 @@ toc: true 以下示例的部分上传接口由第三方网站 `https://httpbin.org` 提供,它可以模拟各类 HTTP 请求。若未配置上传接口的,每次上传都会报「请求上传接口出现异常」的提示,这属于正常现象。 +
+
{{- d.include("/upload/detail/demo.md") }}
@@ -122,4 +124,4 @@ inst.reload({ - 自建上传服务。在服务端配置 `CORS` 开启跨资源共享。 即对接口所在的服务器设置 `Access-Control-Allow-Origin ` 相关 `header` 信息。 -- 第三方上传服务。如:阿里云、腾讯云等,只需按照不同平台对应的上传 SDK 进行操作即可。 \ No newline at end of file +- 第三方上传服务。如:阿里云、腾讯云等,只需按照不同平台对应的上传 SDK 进行操作即可。