diff --git a/pages.json b/pages.json index 3c0b97d50e6c6e2cb57689df5f1a0891bef40463..fd26de683c041d2379f399c34c8f8cee8f79cd8d 100644 --- a/pages.json +++ b/pages.json @@ -492,6 +492,12 @@ "navigationBarTitleText": "getLaunchOptionsSync" } }, + { + "path": "pages/API/get-provider/get-provider", + "style": { + "navigationBarTitleText": "获取供应服务商Providers" + } + }, { "path": "pages/API/navigator/navigator", "style": { diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index c4016f7a3b7bcc76d43f51e592a5a764e3492d82..64f22bceebc419c83975ad4650dfa6ed48a9ce3b 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -89,7 +89,11 @@ { name: 'env环境变量', url: 'env' - }, + }, + { + name: '获取供应服务商Providers', + url: 'get-provider' + }, // #endif // #ifdef APP-ANDROID { @@ -206,13 +210,13 @@ name: 'showToast轻提示框', url: 'toast', api: ["showToast"] - } - // #ifdef APP - ,{ - name: '主题切换', - url: 'theme-change', - api: ["setAppTheme","onOsThemeChange","offOsThemeChange","onAppThemeChange","offAppThemeChange"] - } + } + // #ifdef APP + , { + name: '主题切换', + url: 'theme-change', + api: ["setAppTheme", "onOsThemeChange", "offOsThemeChange", "onAppThemeChange", "offAppThemeChange"] + } // #endif ] as Page[], }, @@ -287,29 +291,29 @@ name: '安装Apk', url: 'install-apk' }, - // #endif - // #ifdef APP - { - name: '内存', - url: 'memory-warning' - }, - { - name: '截屏事件', - url: 'user-capture-screen' - }, + // #endif + // #ifdef APP + { + name: '内存', + url: 'memory-warning' + }, + { + name: '截屏事件', + url: 'user-capture-screen' + }, // #endif // #ifdef WEB { name: "打电话", url: "make-phone-call", - }, - { - name: "剪贴板", - url: "clipboard", - }, - { - name: "监听罗盘数据", - url: "on-compass-change", + }, + { + name: "剪贴板", + url: "clipboard", + }, + { + name: "监听罗盘数据", + url: "on-compass-change", }, // #endif /* @@ -373,12 +377,12 @@ name: "保存图片到相册", url: 'save-image-to-photos-album' }, - // #endif - // #ifndef APP-IOS - { - name: "获取图片信息", - url: 'get-image-info' - }, + // #endif + // #ifndef APP-IOS + { + name: "获取图片信息", + url: 'get-image-info' + }, // #endif // #ifdef APP { @@ -396,12 +400,12 @@ url: 'save-video-to-photos-album' }, // #endif - // #ifndef APP-IOS - { - name: "获取视频信息", - url: 'get-video-info' - }, - // #endif + // #ifndef APP-IOS + { + name: "获取视频信息", + url: 'get-video-info' + }, + // #endif // #ifdef APP { name: "压缩视频", @@ -437,18 +441,18 @@ { name: '获取当前位置', url: 'get-location', - }, - // #ifdef WEB - { - name: "使用地图查看位置", - url: "open-location", - }, - { - name: "使用地图选择位置", - url: "choose-location", - }, + }, + // #ifdef WEB + { + name: "使用地图查看位置", + url: "open-location", + }, + { + name: "使用地图选择位置", + url: "choose-location", + }, // #endif - /* + /* { name: "地图搜索", url: "map-search", @@ -514,24 +518,24 @@ url: 'facial-recognition-verify', } ] as Page[], - }, - { - id: 'ad', - name: '广告', - pages: [ - { - name: '激励视频广告', - url: 'rewarded-video-ad', - } - /* { - id: "full-screen-video-ad", - url: "full-screen-video-ad", - name: "全屏视频广告", - enable: false, - pages: [] as Page[] - }, */ - ] as Page[], - }, + }, + { + id: 'ad', + name: '广告', + pages: [ + { + name: '激励视频广告', + url: 'rewarded-video-ad', + } + /* { + id: "full-screen-video-ad", + url: "full-screen-video-ad", + name: "全屏视频广告", + enable: false, + pages: [] as Page[] + }, */ + ] as Page[], + }, // #endif { id: "payment", @@ -548,7 +552,7 @@ url: "request-payment-uni-pay", } ] as Page[], - }, + }, // #ifdef APP-ANDROID { id: 'permission-listener',