From 5a31c80d1df8552562d1d791ec796c99a227ad73 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Sun, 3 Dec 2023 05:02:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E8=B0=83=E6=95=B4=E3=80=81?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=94=99=E8=AF=AF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../save-image-to-photos-album.uvue | 2 +- pages/tabBar/API.uvue | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pages/API/save-image-to-photos-album/save-image-to-photos-album.uvue b/pages/API/save-image-to-photos-album/save-image-to-photos-album.uvue index d7bf7779..0a9ab02a 100644 --- a/pages/API/save-image-to-photos-album/save-image-to-photos-album.uvue +++ b/pages/API/save-image-to-photos-album/save-image-to-photos-album.uvue @@ -2,7 +2,7 @@ - + diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index 624c7986..c1832377 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -397,9 +397,14 @@ name: 'storage(key-value存储)', url: 'storage', api: ["getStorageInfo", "getStorageInfoSync", "getStorage", "getStorageSync", "setStorage", "setStorageSync", "removeStorage", "removeStorageSync", "clearStorage", "clearStorageSync"] - }, + } + ] as Page[], + },{ + id: 'file', + name: '文件', + pages: [ { - name: '沙盒文件管理', + name: 'fileSystemManager沙盒文件管理', url: 'filemanager' }, ] as Page[], @@ -426,6 +431,7 @@ }, ] as Page[], }, + // #ifdef APP { id: 'login', name: '登录与认证', @@ -439,7 +445,8 @@ url: 'facial-recognition-verify', } ] as Page[], - }, + }, + // #endif /* { id: "rewarded-video-ad", url: "rewarded-video-ad", -- GitLab