We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab312a commit babba15Copy full SHA for babba15
pages.json
@@ -432,14 +432,12 @@
432
"navigationBarTitleText": "节点信息"
433
}
434
},
435
- // #ifdef APP-PLUS || MP-WEIXIN || MP-BAIDU || H5 || MP-QQ
436
{
437
"path": "intersection-observer/intersection-observer",
438
"style": {
439
"navigationBarTitleText": "节点布局相交状态"
440
441
442
- // #endif
443
444
"path": "canvas/canvas",
445
@@ -1151,4 +1149,4 @@
1151
1149
1152
1150
]
1153
1154
-}
+}
pages/tabBar/API/API.nvue
@@ -111,12 +111,10 @@
111
name: '节点信息',
112
url: 'get-node-info'
113
114
- //#ifdef APP-PLUS || MP-WEIXIN || MP-BAIDU || H5 || MP-QQ
115
116
name: '节点布局交互状态',
117
url: 'intersection-observer'
118
119
- //#endif
120
121
name: '显示操作菜单',
122
url: 'action-sheet'
0 commit comments