diff --git a/docs/.vuepress/theme/styles/navbar.styl b/docs/.vuepress/theme/styles/navbar.styl index 7ad96c612a7d3299806e3b0c09b616cbd8fc8b45..6606f06a03d81366018e5bef8e9bc651f99cd253 100644 --- a/docs/.vuepress/theme/styles/navbar.styl +++ b/docs/.vuepress/theme/styles/navbar.styl @@ -61,12 +61,12 @@ $navbar-logo-height = $navbar-main-navbar-height - 2rem &::after content '' transition: all .2s cubic-bezier(.18,.89,.17,.88),opacity .15s ease - width 42px + width 46px height 2px background-color $accentColor position absolute left 50% - margin-left -21px + margin-left -23px bottom 0 opacity 0 transform scaleX(0) diff --git a/docs/api/_sidebar copy.md b/docs/api/_sidebar copy.md deleted file mode 100644 index 28e843b653c6b16f60af552a200df924ce612079..0000000000000000000000000000000000000000 --- a/docs/api/_sidebar copy.md +++ /dev/null @@ -1,233 +0,0 @@ -* [API概述](api/README.md) -* 基础 - * [日志打印](api/log.md) - * [定时器](api/timer.md) - * [uni.base64ToArrayBuffer](api/base64ToArrayBuffer?id=base64toarraybuffer) - * [uni.arrayBufferToBase64](api/arrayBufferToBase64?id=arraybuffertobase64) - * [生命周期](api/lifecycle.md) - * [应用级事件](api/application.md) - * [拦截器](api/interceptor.md) - * [全局API](api/global.md) -* 网络 - * [发起请求](api/request/request.md) - * [上传、下载](api/request/network-file.md) - * [WebSocket](api/request/websocket.md) - * [SocketTask](api/request/socket-task.md) - * [mDNS](api/request/mDNS.md) - * [UDP 通信](api/request/UDP.md) -* 路由与页面跳转 - * [uni.navigateTo](/api/router?id=navigateto) - * [uni.redirectTo](/api/router?id=redirectto) - * [uni.reLaunch](/api/router?id=relaunch) - * [uni.switchTab](/api/router?id=switchtab) - * [uni.navigateBack](/api/router?id=navigateback) - * [uni.preloadPage](/api/preload-page) - * [窗口动画](/api/router?id=animation) -* 数据缓存 - * [uni.setStorage](/api/storage/storage?id=setstorage) - * [uni.setStorageSync](/api/storage/storage?id=setStorageSync) - * [uni.getStorage](/api/storage/storage?id=getStorage) - * [uni.getStorageSync](/api/storage/storage?id=getStorageSync) - * [uni.getStorageInfo](/api/storage/storage?id=getStorageInfo) - * [uni.getStorageInfoSync](/api/storage/storage?id=getStorageInfoSync) - * [uni.removeStorage](/api/storage/storage?id=removeStorage) - * [uni.removeStorageSync](/api/storage/storage?id=removeStorageSync) - * [uni.clearStorage](/api/storage/storage?id=clearStorage) - * [uni.clearStorageSync](/api/storage/storage?id=clearstoragesync) -* 位置 - * [获取位置](api/location/location.md) - * [查看位置](api/location/open-location.md) - * [地图组件控制](api/location/map.md) -* 媒体 - * [图片](api/media/image.md) - * [文件](api/media/file.md) - * [录音管理](api/media/record-manager.md) - * [背景音频播放管理](api/media/background-audio-manager.md) - * [音频组件控制](api/media/audio-context.md) - * [视频](api/media/video.md) - * [视频组件控制](api/media/video-context.md) - * [相机组件控制](api/media/camera-context.md) - * [直播组件控制](api/media/live-player-context.md) - * [富文本](api/media/editor-context.md) - * [音视频合成](api/media/media-container.md) -* 设备 - * [系统信息](api/system/info.md) - * [内存](api/system/memory.md) - * [网络状态](api/system/network.md) - * [系统主题](api/system/theme.md) - * [加速度计](api/system/accelerometer.md) - * [罗盘](api/system/compass.md) - * [陀螺仪](api/system/gyroscope.md) - * [拨打电话](api/system/phone.md) - * [扫码](api/system/barcode.md) - * [剪贴板](api/system/clipboard.md) - * [屏幕](api/system/brightness.md) - * [用户截屏事件](api/system/capture-screen.md) - * [振动](api/system/vibrate.md) - * [手机联系人](api/system/contact.md) - * [蓝牙](api/system/bluetooth.md) - * [低功耗蓝牙](api/system/ble.md) - * [iBeacon](api/system/ibeacon.md) - * [Wi-Fi](api/system/wifi.md) - * [电量](api/system/batteryInfo.md) - * [NFC](api/system/nfc.md) - * [设备方向](api/system/deviceMotion.md) - * [生物认证](api/system/authentication.md) -* [Worker](api/worker.md) -* 键盘 - * [uni.hideKeyboard](/api/key?id=hidekeyboard) - * [uni.onKeyboardHeightChange](/api/key?id=onkeyboardheightchange) - * [uni.offKeyboardHeightChange](/api/key?id=offkeyboardheightchange) -* 界面 - * [交互反馈](api/ui/prompt.md) - * [设置导航条](api/ui/navigationbar.md) - * [设置TabBar](api/ui/tabbar.md) - * [背景](api/ui/bgcolor.md) - * [动画](api/ui/animation?id=unicreateanimationobject) - * [滚动](api/ui/scroll) - * [窗口](api/ui/window.md) - * [宽屏适配](api/ui/adapt.md) - * [字体](api/ui/font.md) - * [下拉刷新](api/ui/pulldown.md) - * [节点信息](api/ui/nodes-info.md) - * [节点布局相交状态](api/ui/intersection-observer.md) - * [媒体查询](api/ui/media-query-observer.md) - * [自定义组件](api/ui/nextTick.md) - * [菜单](api/ui/menuButton.md) - * [语言](api/ui/locale.md) -* 页面和窗体 - * [页面](api/window/window.md) - * [页面通讯](api/window/communication.md) - * [subNVue原生子窗体](api/window/subNVues.md) -* 文件 - * [uni.saveFile](/api/file/file?id=savefile) - * [uni.getSavedFileList](/api/file/file?id=getSavedFileList) - * [uni.getSavedFileInfo](/api/file/file?id=getSavedFileInfo) - * [uni.removeSavedFile](/api/file/file?id=removeSavedFile) - * [uni.getFileInfo](/api/file/file?id=getFileInfo) - * [uni.openDocument](/api/file/file?id=openDocument) - * [uni.getFileSystemManager](/api/file/getFileSystemManager) -* 绘画 - * [uni.createOffscreenCanvas](api/canvas/createOffscreenCanvas.md) - * [uni.createCanvasContext](api/canvas/createCanvasContext.md) - * [uni.canvasToTempFilePath](api/canvas/canvasToTempFilePath.md) - * [uni.canvasPutImageData](api/canvas/canvasPutImageData.md) - * [uni.canvasGetImageData](api/canvas/canvasGetImageData.md) - * [CanvasContext](api/canvas/CanvasContext.md) - * [CanvasGradient](api/canvas/CanvasGradient.md) -* 广告 - * [激励视频广告](api/a-d/rewarded-video.md) - * [全屏视频广告](api/a-d/full-screen-video.md) - * [内容联盟广告](api/a-d/content-page.md) - * [插屏广告](api/a-d/interstitial.md) - * [互动游戏](api/a-d/interactive.md) -* 第三方服务 - * [获取服务供应商](api/plugins/provider.md) - * [登录](api/plugins/login.md) - * [分享](api/plugins/share.md) - * [支付](api/plugins/payment.md) - * [推送](api/plugins/push.md) - * [语音](api/plugins/voice.md) - * [一键生成iOS通用链接](api/plugins/universal-links.md) -* [uniCloud](api/uniCloud.md) -* 平台扩展 - * [App原生插件](api/extend/native-plugin.md) -* 其他 - * [授权](api/other/authorize.md) - * [设置](api/other/setting.md) - * [收货地址](api/other/choose-address.md) - * [获取发票抬头](api/other/invoice-title.md) - * [小程序跳转](api/other/open-miniprogram.md) - * [账号信息](api/other/getAccountInfoSync.md) - * [运动(计步器)](api/other/sport.md) - * [统计](api/other/report.md) - * [卡券](api/other/card.md) - * [模板消息](api/other/template.md) - * [订阅消息](api/other/requestSubscribeMessage.md) - * [小程序更新](api/other/update.md) - * [调试](api/other/set-enable-debug.md) - * [获取第三方平台数据](api/other/get-extconfig.md) -
-