提交 8f32abe5 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat: 新增 getProvider 入口

上级 53590be3
...@@ -795,6 +795,7 @@ ...@@ -795,6 +795,7 @@
"navigationBarTitleText": "getImageInfo | 获取图片信息" "navigationBarTitleText": "getImageInfo | 获取图片信息"
} }
}, },
// #ifndef WEB
{ {
"path": "pages/API/compress-image/compress-image", "path": "pages/API/compress-image/compress-image",
"group": "1,7,4", "group": "1,7,4",
...@@ -802,6 +803,7 @@ ...@@ -802,6 +803,7 @@
"navigationBarTitleText": "compressImage | 压缩图片" "navigationBarTitleText": "compressImage | 压缩图片"
} }
}, },
// #endif
{ {
"path": "pages/API/choose-video/choose-video", "path": "pages/API/choose-video/choose-video",
"group": "1,7,5", "group": "1,7,5",
...@@ -834,6 +836,7 @@ ...@@ -834,6 +836,7 @@
"navigationBarTitleText": "getVideoInfo | 获取视频信息" "navigationBarTitleText": "getVideoInfo | 获取视频信息"
} }
}, },
// #ifndef WEB
{ {
"path": "pages/API/compress-video/compress-video", "path": "pages/API/compress-video/compress-video",
"group": "1,7,8", "group": "1,7,8",
...@@ -841,6 +844,7 @@ ...@@ -841,6 +844,7 @@
"navigationBarTitleText": "compressVideo | 压缩视频" "navigationBarTitleText": "compressVideo | 压缩视频"
} }
}, },
// #endif
{ {
"path": "pages/API/get-network-type/get-network-type", "path": "pages/API/get-network-type/get-network-type",
"group": "1,5,3", "group": "1,5,3",
...@@ -1062,6 +1066,15 @@ ...@@ -1062,6 +1066,15 @@
"navigationBarTitleText": "UniResizeObserver" "navigationBarTitleText": "UniResizeObserver"
} }
}, },
// #ifndef WEB
{
"path": "pages/API/get-provider/get-provider",
"group": "1,1,6",
"style": {
"navigationBarTitleText": "getProvider | 获取服务提供商"
}
},
// #endif
{ {
"path": "pages/tabBar/CSS", "path": "pages/tabBar/CSS",
"style": { "style": {
...@@ -1979,6 +1992,10 @@ ...@@ -1979,6 +1992,10 @@
{ {
"id": "api.base.exit", "id": "api.base.exit",
"name": "exit" "name": "exit"
},
{
"id": "api.base.getProvider",
"name": "getProvider"
} }
] ]
}, },
......
import { pages, groups } from '@/target-pages.json' import { pages, groups } from '@/pages.json'
type Group = { type Group = {
id : string, id : string,
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册