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

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

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