From bfa789780e8696658096203c97380973c702a12c Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Tue, 13 Oct 2020 20:44:58 +0800 Subject: [PATCH] docs: uniCloud storage --- docs/uniCloud/_sidebar.md | 10 ++++------ docs/uniCloud/storage.md | 7 +------ 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/docs/uniCloud/_sidebar.md b/docs/uniCloud/_sidebar.md index c9974db79..1f481c2b1 100644 --- a/docs/uniCloud/_sidebar.md +++ b/docs/uniCloud/_sidebar.md @@ -13,7 +13,10 @@ * [定时触发](uniCloud/trigger.md) * [云函数URL化](uniCloud/http.md) * [云数据库](uniCloud/cf-database.md) -* [云存储](uniCloud/storage.md) +* 云存储 + * [云存储](uniCloud/storage.md) + * [腾讯云自定义登录](uniCloud/authentication.md) + * [腾讯云权限管理](uniCloud/policy-tcb.md) * 扩展能力 * [uni-id](uniCloud/uni-id.md) * [uni-clientDB](uniCloud/uni-clientDB.md) @@ -21,17 +24,12 @@ * [unipay](uniCloud/unipay.md) * [发送短信](uniCloud/send-sms.md) * [前端网页托管](uniCloud/hosting.md) -* [腾讯云自定义登录](uniCloud/authentication.md) * [日志输出](uniCloud/cf-logger.md) * [同时连多服务空间](uniCloud/init.md) * [案例源码](uniCloud/resource.md) * [学习资料](uniCloud/learning.md) * [常见问题](uniCloud/faq.md) * [uniCloud产品服务协议](uniCloud/agreement.md) - -* 权限管理 - * [腾讯云](uniCloud/policy-tcb.md) - * [更新日志](uniCloud/release.md)
  • diff --git a/docs/uniCloud/storage.md b/docs/uniCloud/storage.md index 4e1f5cc0a..e22a463f2 100644 --- a/docs/uniCloud/storage.md +++ b/docs/uniCloud/storage.md @@ -31,7 +31,7 @@ **各个小程序平台运行时,网络相关的 API 在使用前需要配置域名白名单。[参考](https://uniapp.dcloud.io/uniCloud/quickstart?id=%e5%b0%8f%e7%a8%8b%e5%ba%8f%e4%b8%ad%e4%bd%bf%e7%94%a8unicloud%e7%9a%84%e7%99%bd%e5%90%8d%e5%8d%95%e9%85%8d%e7%bd%ae)** -阿里云uploadFile API方式只允许上传以下文件类型(后续可能会调整),如果要上传其他类型可以通过web控制台上传(HBuilderX 2.8.10-alpha及以后版本已去除此限制)。腾讯云没有文件类型限制。 +阿里云uploadFile API方式只允许上传以下文件类型,如果要上传其他类型可以通过web控制台上传(**HBuilderX 2.8.10-alpha及以后版本已去除此限制**)。腾讯云没有文件类型限制。 ```js { @@ -166,11 +166,6 @@ uni.chooseImage({ |字段 |类型 |必填 |说明 | |:-: |:-: |:-: |:-: | |fileID |String |是 |文件 ID | - - - #### 响应参数 -- GitLab