From b39436abdc952b0f9a3a7a4f801b11a4f282bf5b Mon Sep 17 00:00:00 2001 From: VK <370725567@qq.com> Date: Fri, 22 Mar 2024 20:00:39 +0800 Subject: [PATCH] Update ext-storage\dev.md --- docs/ext-storage/dev.md | 48 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/docs/ext-storage/dev.md b/docs/ext-storage/dev.md index 44180e4..7d65696 100644 --- a/docs/ext-storage/dev.md +++ b/docs/ext-storage/dev.md @@ -2350,7 +2350,13 @@ function getCloudPath(cloudPath) { } ``` -3. 在 `App.vue` 的 `onLaunch` 函数中新增以下代码 +3. 在 `App.vue` 的 ` + + +``` + + +5. 新建一个云对象 `ext-storage-co`,其中 `index.obj.js` 代码如下 ![](https://web-ext-storage.dcloud.net.cn/unicloud/ext-storage/464.png) @@ -2400,7 +2442,7 @@ module.exports = { } ``` -5. 重新启动项目,测试原本上传到内置存储的代码现在是否变成上传到扩展存储了 +6. 重新启动项目,测试原本上传到内置存储的代码现在是否变成上传到扩展存储了 如依然有问题,可进群反馈 [扩展存储技术支持群](https://im.dcloud.net.cn/#/?joinGroup=65436862cc41b0763842cfc9) -- GitLab