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 d7bf7779fbd8f8a446a67ff515815c92befb03b4..0a9ab02a8c16372161a1bdebd7d7c5fa80f7f2fc 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 624c7986f2b63d8afc3693b2a927ec57841e22cc..c183237762c17c5cb8df61d058d70256e40d5d0a 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",