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

chore: 更新 pages.json 处理 base64 平台兼容性

上级 c00628c4
......@@ -1051,11 +1051,10 @@
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{
"path" : "pages/API/element-get-attribute/element-get-attribute",
"path": "pages/API/element-get-attribute/element-get-attribute",
"group": "1,30",
"style" :
{
"navigationBarTitleText" : "getAttribute | 获取元素的属性值"
"style": {
"navigationBarTitleText": "getAttribute | 获取元素的属性值"
}
},
// #endif
......@@ -1476,10 +1475,13 @@
"navigationBarTitleText": "privacy | 隐私信息授权"
}
},
// #endif
// #ifdef APP-ANDROID || WEB || MP-WEIXIN
{
"path": "pages/API/base64/base64",
"group": "1,1,2",
"style": {
"navigationBarTitleText": "base64 | base64"
"navigationBarTitleText": "Base64"
}
},
// #endif
......@@ -2753,7 +2755,10 @@
"id": "api.base.eventBus",
"name": "eventBus"
},
null,
{
"id": "api.base.base64",
"name": "Base64"
},
{
"id": "api.base.interceptor",
"name": "interceptor"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册