@@ -4,40 +4,37 @@ const uniappItems: SidebarType[] = [
44 {
55 icon : '🔹' ,
66 text : '使用 Android Studio 离线打包' ,
7- link : '/learn/web/uniapp/packaging_offline_with_android_studio' ,
8- collapsed : false ,
9- items : [
10- {
11- icon : '🔹' ,
12- text : 'uni-app 离线打包配置使用高德地图' ,
13- link : '/learn/web/uniapp/offline_packaging_gaode_map_configuration'
14- } ,
15- {
16- icon : '🔹' ,
17- text : 'uni-app 离线打包 APK 体积比云打包大的原因' ,
18- link : '/learn/web/uniapp/the_reason_for_the_large_volume_of_offline_packaging'
19- } ,
20- {
21- icon : '🔹' ,
22- text : '解决离线打包的APK在H5页面中无法调用相机和相册' ,
23- link : '/learn/web/uniapp/offline_packaging_h5_cant_use_camera_and_album'
24- } ,
25- {
26- icon : '🔹' ,
27- text : 'uni-app App端与嵌套web-view之间的通讯' ,
28- link : '/learn/web/uniapp/communication_between_app_and_nested_webview'
29- } ,
30- {
31- icon : '🔹' ,
32- text : 'uni-app 获取当前元素与完整页面顶部的距离' ,
33- link : '/learn/web/uniapp/distance_from_current_element_to_full_page_top'
34- } ,
35- {
36- icon : '🔹' ,
37- text : 'uni-app App端调用键盘会导致页面上移的问题' ,
38- link : '/learn/web/uniapp/uniapp_keyboard_causes_page_to_move_up'
39- }
40- ]
7+ link : '/learn/web/uniapp/packaging_offline_with_android_studio'
8+ } ,
9+ {
10+ icon : '🔹' ,
11+ text : 'uni-app 离线打包配置使用高德地图' ,
12+ link : '/learn/web/uniapp/offline_packaging_gaode_map_configuration'
13+ } ,
14+ {
15+ icon : '🔹' ,
16+ text : 'uni-app 离线打包 APK 体积比云打包大的原因' ,
17+ link : '/learn/web/uniapp/the_reason_for_the_large_volume_of_offline_packaging'
18+ } ,
19+ {
20+ icon : '🔹' ,
21+ text : '解决离线打包的APK在H5页面中无法调用相机和相册' ,
22+ link : '/learn/web/uniapp/offline_packaging_h5_cant_use_camera_and_album'
23+ } ,
24+ {
25+ icon : '🔹' ,
26+ text : 'uni-app App端与嵌套web-view之间的通讯' ,
27+ link : '/learn/web/uniapp/communication_between_app_and_nested_webview'
28+ } ,
29+ {
30+ icon : '🔹' ,
31+ text : 'uni-app 获取当前元素与完整页面顶部的距离' ,
32+ link : '/learn/web/uniapp/distance_from_current_element_to_full_page_top'
33+ } ,
34+ {
35+ icon : '🔹' ,
36+ text : 'uni-app App端调用键盘会导致页面上移的问题' ,
37+ link : '/learn/web/uniapp/uniapp_keyboard_causes_page_to_move_up'
4138 }
4239] ;
4340
0 commit comments