├── .gitignore ├── Readme.md ├── framework.txt ├── icon.png ├── index.js ├── info.plist ├── package-lock.json ├── package.json ├── page.et ├── publish.sh ├── style.css ├── sync.sh ├── website.css ├── wxapp.docset ├── Contents │ ├── Resources │ │ ├── Documents │ │ │ ├── api │ │ │ │ ├── Animation.backgroundColor.html │ │ │ │ ├── Animation.bottom.html │ │ │ │ ├── Animation.export.html │ │ │ │ ├── Animation.height.html │ │ │ │ ├── Animation.html │ │ │ │ ├── Animation.left.html │ │ │ │ ├── Animation.matrix.html │ │ │ │ ├── Animation.matrix3d.html │ │ │ │ ├── Animation.opacity.html │ │ │ │ ├── Animation.right.html │ │ │ │ ├── Animation.rotate.html │ │ │ │ ├── Animation.rotate3d.html │ │ │ │ ├── Animation.rotateX.html │ │ │ │ ├── Animation.rotateY.html │ │ │ │ ├── Animation.rotateZ.html │ │ │ │ ├── Animation.scale.html │ │ │ │ ├── Animation.scale3d.html │ │ │ │ ├── Animation.scaleX.html │ │ │ │ ├── Animation.scaleY.html │ │ │ │ ├── Animation.scaleZ.html │ │ │ │ ├── Animation.skew.html │ │ │ │ ├── Animation.skewX.html │ │ │ │ ├── Animation.skewY.html │ │ │ │ ├── Animation.step.html │ │ │ │ ├── Animation.top.html │ │ │ │ ├── Animation.translate.html │ │ │ │ ├── Animation.translate3d.html │ │ │ │ ├── Animation.translateX.html │ │ │ │ ├── Animation.translateY.html │ │ │ │ ├── Animation.translateZ.html │ │ │ │ ├── Animation.width.html │ │ │ │ ├── AudioContext.html │ │ │ │ ├── AudioContext.pause.html │ │ │ │ ├── AudioContext.play.html │ │ │ │ ├── AudioContext.seek.html │ │ │ │ ├── AudioContext.setSrc.html │ │ │ │ ├── AuthSetting.html │ │ │ │ ├── BackgroundAudioManager.html │ │ │ │ ├── BackgroundAudioManager.onCanplay.html │ │ │ │ ├── BackgroundAudioManager.onEnded.html │ │ │ │ ├── BackgroundAudioManager.onError.html │ │ │ │ ├── BackgroundAudioManager.onNext.html │ │ │ │ ├── BackgroundAudioManager.onPause.html │ │ │ │ ├── BackgroundAudioManager.onPlay.html │ │ │ │ ├── BackgroundAudioManager.onPrev.html │ │ │ │ ├── BackgroundAudioManager.onSeeked.html │ │ │ │ ├── BackgroundAudioManager.onSeeking.html │ │ │ │ ├── BackgroundAudioManager.onStop.html │ │ │ │ ├── BackgroundAudioManager.onTimeUpdate.html │ │ │ │ ├── BackgroundAudioManager.onWaiting.html │ │ │ │ ├── BackgroundAudioManager.pause.html │ │ │ │ ├── BackgroundAudioManager.play.html │ │ │ │ ├── BackgroundAudioManager.seek.html │ │ │ │ ├── BackgroundAudioManager.stop.html │ │ │ │ ├── CameraContext.html │ │ │ │ ├── CameraContext.startRecord.html │ │ │ │ ├── CameraContext.stopRecord.html │ │ │ │ ├── CameraContext.takePhoto.html │ │ │ │ ├── CanvasContext.arc.html │ │ │ │ ├── CanvasContext.arcTo.html │ │ │ │ ├── CanvasContext.beginPath.html │ │ │ │ ├── CanvasContext.bezierCurveTo.html │ │ │ │ ├── CanvasContext.clearRect.html │ │ │ │ ├── CanvasContext.clip.html │ │ │ │ ├── CanvasContext.closePath.html │ │ │ │ ├── CanvasContext.createCircularGradient.html │ │ │ │ ├── CanvasContext.createLinearGradient.html │ │ │ │ ├── CanvasContext.createPattern.html │ │ │ │ ├── CanvasContext.draw.html │ │ │ │ ├── CanvasContext.drawImage.html │ │ │ │ ├── CanvasContext.fill.html │ │ │ │ ├── CanvasContext.fillRect.html │ │ │ │ ├── CanvasContext.fillText.html │ │ │ │ ├── CanvasContext.html │ │ │ │ ├── CanvasContext.lineTo.html │ │ │ │ ├── CanvasContext.measureText.html │ │ │ │ ├── CanvasContext.moveTo.html │ │ │ │ ├── CanvasContext.quadraticCurveTo.html │ │ │ │ ├── CanvasContext.rect.html │ │ │ │ ├── CanvasContext.restore.html │ │ │ │ ├── CanvasContext.rotate.html │ │ │ │ ├── CanvasContext.save.html │ │ │ │ ├── CanvasContext.scale.html │ │ │ │ ├── CanvasContext.setFillStyle.html │ │ │ │ ├── CanvasContext.setFontSize.html │ │ │ │ ├── CanvasContext.setGlobalAlpha.html │ │ │ │ ├── CanvasContext.setLineCap.html │ │ │ │ ├── CanvasContext.setLineDash.html │ │ │ │ ├── CanvasContext.setLineJoin.html │ │ │ │ ├── CanvasContext.setLineWidth.html │ │ │ │ ├── CanvasContext.setMiterLimit.html │ │ │ │ ├── CanvasContext.setShadow.html │ │ │ │ ├── CanvasContext.setStrokeStyle.html │ │ │ │ ├── CanvasContext.setTextAlign.html │ │ │ │ ├── CanvasContext.setTextBaseline.html │ │ │ │ ├── CanvasContext.setTransform.html │ │ │ │ ├── CanvasContext.stroke.html │ │ │ │ ├── CanvasContext.strokeRect.html │ │ │ │ ├── CanvasContext.strokeText.html │ │ │ │ ├── CanvasContext.transform.html │ │ │ │ ├── CanvasContext.translate.html │ │ │ │ ├── CanvasGradient.addColorStop.html │ │ │ │ ├── CanvasGradient.html │ │ │ │ ├── Color.html │ │ │ │ ├── DownloadTask.abort.html │ │ │ │ ├── DownloadTask.html │ │ │ │ ├── DownloadTask.offHeadersReceived.html │ │ │ │ ├── DownloadTask.offProgressUpdate.html │ │ │ │ ├── DownloadTask.onHeadersReceived.html │ │ │ │ ├── DownloadTask.onProgressUpdate.html │ │ │ │ ├── FileSystemManager.access.html │ │ │ │ ├── FileSystemManager.accessSync.html │ │ │ │ ├── FileSystemManager.appendFile.html │ │ │ │ ├── FileSystemManager.appendFileSync.html │ │ │ │ ├── FileSystemManager.copyFile.html │ │ │ │ ├── FileSystemManager.copyFileSync.html │ │ │ │ ├── FileSystemManager.getFileInfo.html │ │ │ │ ├── FileSystemManager.getSavedFileList.html │ │ │ │ ├── FileSystemManager.html │ │ │ │ ├── FileSystemManager.mkdir.html │ │ │ │ ├── FileSystemManager.mkdirSync.html │ │ │ │ ├── FileSystemManager.readFile.html │ │ │ │ ├── FileSystemManager.readFileSync.html │ │ │ │ ├── FileSystemManager.readdir.html │ │ │ │ ├── FileSystemManager.readdirSync.html │ │ │ │ ├── FileSystemManager.removeSavedFile.html │ │ │ │ ├── FileSystemManager.rename.html │ │ │ │ ├── FileSystemManager.renameSync.html │ │ │ │ ├── FileSystemManager.rmdir.html │ │ │ │ ├── FileSystemManager.rmdirSync.html │ │ │ │ ├── FileSystemManager.saveFile.html │ │ │ │ ├── FileSystemManager.saveFileSync.html │ │ │ │ ├── FileSystemManager.stat.html │ │ │ │ ├── FileSystemManager.statSync.html │ │ │ │ ├── FileSystemManager.unlink.html │ │ │ │ ├── FileSystemManager.unlinkSync.html │ │ │ │ ├── FileSystemManager.unzip.html │ │ │ │ ├── FileSystemManager.writeFile.html │ │ │ │ ├── FileSystemManager.writeFileSync.html │ │ │ │ ├── IBeaconInfo.html │ │ │ │ ├── InnerAudioContext.destroy.html │ │ │ │ ├── InnerAudioContext.html │ │ │ │ ├── InnerAudioContext.offCanplay.html │ │ │ │ ├── InnerAudioContext.offEnded.html │ │ │ │ ├── InnerAudioContext.offError.html │ │ │ │ ├── InnerAudioContext.offPause.html │ │ │ │ ├── InnerAudioContext.offPlay.html │ │ │ │ ├── InnerAudioContext.offSeeked.html │ │ │ │ ├── InnerAudioContext.offSeeking.html │ │ │ │ ├── InnerAudioContext.offStop.html │ │ │ │ ├── InnerAudioContext.offTimeUpdate.html │ │ │ │ ├── InnerAudioContext.offWaiting.html │ │ │ │ ├── InnerAudioContext.onCanplay.html │ │ │ │ ├── InnerAudioContext.onEnded.html │ │ │ │ ├── InnerAudioContext.onError.html │ │ │ │ ├── InnerAudioContext.onPause.html │ │ │ │ ├── InnerAudioContext.onPlay.html │ │ │ │ ├── InnerAudioContext.onSeeked.html │ │ │ │ ├── InnerAudioContext.onSeeking.html │ │ │ │ ├── InnerAudioContext.onStop.html │ │ │ │ ├── InnerAudioContext.onTimeUpdate.html │ │ │ │ ├── InnerAudioContext.onWaiting.html │ │ │ │ ├── InnerAudioContext.pause.html │ │ │ │ ├── InnerAudioContext.play.html │ │ │ │ ├── InnerAudioContext.seek.html │ │ │ │ ├── InnerAudioContext.stop.html │ │ │ │ ├── IntersectionObserver.disconnect.html │ │ │ │ ├── IntersectionObserver.html │ │ │ │ ├── IntersectionObserver.observe.html │ │ │ │ ├── IntersectionObserver.relativeTo.html │ │ │ │ ├── IntersectionObserver.relativeToViewport.html │ │ │ │ ├── LivePlayerContext.exitFullScreen.html │ │ │ │ ├── LivePlayerContext.html │ │ │ │ ├── LivePlayerContext.mute.html │ │ │ │ ├── LivePlayerContext.pause.html │ │ │ │ ├── LivePlayerContext.play.html │ │ │ │ ├── LivePlayerContext.requestFullScreen.html │ │ │ │ ├── LivePlayerContext.resume.html │ │ │ │ ├── LivePlayerContext.stop.html │ │ │ │ ├── LivePusherContext.html │ │ │ │ ├── LivePusherContext.pause.html │ │ │ │ ├── LivePusherContext.pauseBGM.html │ │ │ │ ├── LivePusherContext.playBGM.html │ │ │ │ ├── LivePusherContext.resume.html │ │ │ │ ├── LivePusherContext.resumeBGM.html │ │ │ │ ├── LivePusherContext.setBGMVolume.html │ │ │ │ ├── LivePusherContext.snapshot.html │ │ │ │ ├── LivePusherContext.start.html │ │ │ │ ├── LivePusherContext.stop.html │ │ │ │ ├── LivePusherContext.stopBGM.html │ │ │ │ ├── LivePusherContext.switchCamera.html │ │ │ │ ├── LivePusherContext.toggleTorch.html │ │ │ │ ├── LogManager.debug.html │ │ │ │ ├── LogManager.html │ │ │ │ ├── LogManager.info.html │ │ │ │ ├── LogManager.log.html │ │ │ │ ├── LogManager.warn.html │ │ │ │ ├── MapContext.getCenterLocation.html │ │ │ │ ├── MapContext.getRegion.html │ │ │ │ ├── MapContext.getScale.html │ │ │ │ ├── MapContext.html │ │ │ │ ├── MapContext.includePoints.html │ │ │ │ ├── MapContext.moveToLocation.html │ │ │ │ ├── MapContext.translateMarker.html │ │ │ │ ├── NodesRef.boundingClientRect.html │ │ │ │ ├── NodesRef.context.html │ │ │ │ ├── NodesRef.fields.html │ │ │ │ ├── NodesRef.html │ │ │ │ ├── NodesRef.scrollOffset.html │ │ │ │ ├── RecorderManager.html │ │ │ │ ├── RecorderManager.onError.html │ │ │ │ ├── RecorderManager.onFrameRecorded.html │ │ │ │ ├── RecorderManager.onInterruptionBegin.html │ │ │ │ ├── RecorderManager.onInterruptionEnd.html │ │ │ │ ├── RecorderManager.onPause.html │ │ │ │ ├── RecorderManager.onResume.html │ │ │ │ ├── RecorderManager.onStart.html │ │ │ │ ├── RecorderManager.onStop.html │ │ │ │ ├── RecorderManager.pause.html │ │ │ │ ├── RecorderManager.resume.html │ │ │ │ ├── RecorderManager.start.html │ │ │ │ ├── RecorderManager.stop.html │ │ │ │ ├── RequestTask.abort.html │ │ │ │ ├── RequestTask.html │ │ │ │ ├── RequestTask.offHeadersReceived.html │ │ │ │ ├── RequestTask.onHeadersReceived.html │ │ │ │ ├── SelectorQuery.exec.html │ │ │ │ ├── SelectorQuery.html │ │ │ │ ├── SelectorQuery.in.html │ │ │ │ ├── SelectorQuery.select.html │ │ │ │ ├── SelectorQuery.selectAll.html │ │ │ │ ├── SelectorQuery.selectViewport.html │ │ │ │ ├── SocketTask.close.html │ │ │ │ ├── SocketTask.html │ │ │ │ ├── SocketTask.onClose.html │ │ │ │ ├── SocketTask.onError.html │ │ │ │ ├── SocketTask.onMessage.html │ │ │ │ ├── SocketTask.onOpen.html │ │ │ │ ├── SocketTask.send.html │ │ │ │ ├── Stats.html │ │ │ │ ├── Stats.isDirectory.html │ │ │ │ ├── Stats.isFile.html │ │ │ │ ├── UpdateManager.applyUpdate.html │ │ │ │ ├── UpdateManager.html │ │ │ │ ├── UpdateManager.onCheckForUpdate.html │ │ │ │ ├── UpdateManager.onUpdateFailed.html │ │ │ │ ├── UpdateManager.onUpdateReady.html │ │ │ │ ├── UploadTask.abort.html │ │ │ │ ├── UploadTask.html │ │ │ │ ├── UploadTask.offHeadersReceived.html │ │ │ │ ├── UploadTask.offProgressUpdate.html │ │ │ │ ├── UploadTask.onHeadersReceived.html │ │ │ │ ├── UploadTask.onProgressUpdate.html │ │ │ │ ├── UserInfo.html │ │ │ │ ├── VideoContext.exitFullScreen.html │ │ │ │ ├── VideoContext.hideStatusBar.html │ │ │ │ ├── VideoContext.html │ │ │ │ ├── VideoContext.pause.html │ │ │ │ ├── VideoContext.play.html │ │ │ │ ├── VideoContext.playbackRate.html │ │ │ │ ├── VideoContext.requestFullScreen.html │ │ │ │ ├── VideoContext.seek.html │ │ │ │ ├── VideoContext.sendDanmu.html │ │ │ │ ├── VideoContext.showStatusBar.html │ │ │ │ ├── VideoContext.stop.html │ │ │ │ ├── WifiInfo.html │ │ │ │ ├── Worker.html │ │ │ │ ├── Worker.onMessage.html │ │ │ │ ├── Worker.postMessage.html │ │ │ │ ├── Worker.terminate.html │ │ │ │ ├── accelerometer.html │ │ │ │ ├── account-info.html │ │ │ │ ├── addNearbyPoi.html │ │ │ │ ├── addOrder.html │ │ │ │ ├── addTemplate.html │ │ │ │ ├── address.html │ │ │ │ ├── analysis-report.html │ │ │ │ ├── analysis-user.html │ │ │ │ ├── analysis-visit.html │ │ │ │ ├── analysis.html │ │ │ │ ├── api-animation.html │ │ │ │ ├── api-audio.html │ │ │ │ ├── api-camera.html │ │ │ │ ├── api-caniuse.html │ │ │ │ ├── api-live-player.html │ │ │ │ ├── api-live-pusher.html │ │ │ │ ├── api-login.html │ │ │ │ ├── api-map.html │ │ │ │ ├── api-network.html │ │ │ │ ├── api-pay.html │ │ │ │ ├── api-react.html │ │ │ │ ├── api-video.html │ │ │ │ ├── app │ │ │ │ │ ├── events │ │ │ │ │ │ ├── wx.offError.html │ │ │ │ │ │ └── wx.onError.html │ │ │ │ │ ├── life-cycle │ │ │ │ │ │ └── wx.getLaunchOptionsSync.html │ │ │ │ │ ├── wx.getLaunchOptionsSync.html │ │ │ │ │ ├── wx.offError.html │ │ │ │ │ └── wx.onError.html │ │ │ │ ├── applyPlugin.html │ │ │ │ ├── authorize-index.html │ │ │ │ ├── authorize.html │ │ │ │ ├── base │ │ │ │ │ └── wx.canIUse.html │ │ │ │ ├── bluetooth.html │ │ │ │ ├── cancelOrder.html │ │ │ │ ├── canvas │ │ │ │ │ ├── CanvasContext.arc.html │ │ │ │ │ ├── CanvasContext.arcTo.html │ │ │ │ │ ├── CanvasContext.beginPath.html │ │ │ │ │ ├── CanvasContext.bezierCurveTo.html │ │ │ │ │ ├── CanvasContext.clearRect.html │ │ │ │ │ ├── CanvasContext.clip.html │ │ │ │ │ ├── CanvasContext.closePath.html │ │ │ │ │ ├── CanvasContext.createCircularGradient.html │ │ │ │ │ ├── CanvasContext.createLinearGradient.html │ │ │ │ │ ├── CanvasContext.createPattern.html │ │ │ │ │ ├── CanvasContext.draw.html │ │ │ │ │ ├── CanvasContext.drawImage.html │ │ │ │ │ ├── CanvasContext.fill.html │ │ │ │ │ ├── CanvasContext.fillRect.html │ │ │ │ │ ├── CanvasContext.fillText.html │ │ │ │ │ ├── CanvasContext.html │ │ │ │ │ ├── CanvasContext.lineTo.html │ │ │ │ │ ├── CanvasContext.measureText.html │ │ │ │ │ ├── CanvasContext.moveTo.html │ │ │ │ │ ├── CanvasContext.quadraticCurveTo.html │ │ │ │ │ ├── CanvasContext.rect.html │ │ │ │ │ ├── CanvasContext.restore.html │ │ │ │ │ ├── CanvasContext.rotate.html │ │ │ │ │ ├── CanvasContext.save.html │ │ │ │ │ ├── CanvasContext.scale.html │ │ │ │ │ ├── CanvasContext.setFillStyle.html │ │ │ │ │ ├── CanvasContext.setFontSize.html │ │ │ │ │ ├── CanvasContext.setGlobalAlpha.html │ │ │ │ │ ├── CanvasContext.setLineCap.html │ │ │ │ │ ├── CanvasContext.setLineDash.html │ │ │ │ │ ├── CanvasContext.setLineJoin.html │ │ │ │ │ ├── CanvasContext.setLineWidth.html │ │ │ │ │ ├── CanvasContext.setMiterLimit.html │ │ │ │ │ ├── CanvasContext.setShadow.html │ │ │ │ │ ├── CanvasContext.setStrokeStyle.html │ │ │ │ │ ├── CanvasContext.setTextAlign.html │ │ │ │ │ ├── CanvasContext.setTextBaseline.html │ │ │ │ │ ├── CanvasContext.setTransform.html │ │ │ │ │ ├── CanvasContext.stroke.html │ │ │ │ │ ├── CanvasContext.strokeRect.html │ │ │ │ │ ├── CanvasContext.strokeText.html │ │ │ │ │ ├── CanvasContext.transform.html │ │ │ │ │ ├── CanvasContext.translate.html │ │ │ │ │ ├── CanvasGradient.addColorStop.html │ │ │ │ │ ├── CanvasGradient.html │ │ │ │ │ ├── Color.html │ │ │ │ │ ├── add-color-stop.html │ │ │ │ │ ├── arc-to.html │ │ │ │ │ ├── arc.html │ │ │ │ │ ├── begin-path.html │ │ │ │ │ ├── bezier-curve-to.html │ │ │ │ │ ├── clear-actions.html │ │ │ │ │ ├── clear-rect.html │ │ │ │ │ ├── clip.html │ │ │ │ │ ├── close-path.html │ │ │ │ │ ├── color.html │ │ │ │ │ ├── coordinates.html │ │ │ │ │ ├── create-canvas-context.html │ │ │ │ │ ├── create-circular-gradient.html │ │ │ │ │ ├── create-context.html │ │ │ │ │ ├── create-linear-gradient.html │ │ │ │ │ ├── create-pattern.html │ │ │ │ │ ├── draw-canvas.html │ │ │ │ │ ├── draw-image.html │ │ │ │ │ ├── draw.html │ │ │ │ │ ├── fill-rect.html │ │ │ │ │ ├── fill-text.html │ │ │ │ │ ├── fill.html │ │ │ │ │ ├── font.html │ │ │ │ │ ├── get-actions.html │ │ │ │ │ ├── get-image-data.html │ │ │ │ │ ├── global-composite-operation.html │ │ │ │ │ ├── gradient.html │ │ │ │ │ ├── intro.html │ │ │ │ │ ├── line-dash-offset.html │ │ │ │ │ ├── line-to.html │ │ │ │ │ ├── measure-text.html │ │ │ │ │ ├── move-to.html │ │ │ │ │ ├── put-image-data.html │ │ │ │ │ ├── quadratic-curve-to.html │ │ │ │ │ ├── rect.html │ │ │ │ │ ├── reference.html │ │ │ │ │ ├── rotate.html │ │ │ │ │ ├── save-restore.html │ │ │ │ │ ├── scale.html │ │ │ │ │ ├── set-fill-style.html │ │ │ │ │ ├── set-font-size.html │ │ │ │ │ ├── set-global-alpha.html │ │ │ │ │ ├── set-line-cap.html │ │ │ │ │ ├── set-line-dash.html │ │ │ │ │ ├── set-line-join.html │ │ │ │ │ ├── set-line-width.html │ │ │ │ │ ├── set-miter-limit.html │ │ │ │ │ ├── set-shadow.html │ │ │ │ │ ├── set-stroke-style.html │ │ │ │ │ ├── set-text-align.html │ │ │ │ │ ├── set-text-baseline.html │ │ │ │ │ ├── set-transform.html │ │ │ │ │ ├── stroke-rect.html │ │ │ │ │ ├── stroke-text.html │ │ │ │ │ ├── stroke.html │ │ │ │ │ ├── temp-file.html │ │ │ │ │ ├── transform.html │ │ │ │ │ ├── translate.html │ │ │ │ │ ├── wx.canvasGetImageData.html │ │ │ │ │ ├── wx.canvasPutImageData.html │ │ │ │ │ ├── wx.canvasToTempFilePath.html │ │ │ │ │ └── wx.createCanvasContext.html │ │ │ │ ├── card.html │ │ │ │ ├── checkIsSoterEnrolledInDevice.html │ │ │ │ ├── checkIsSupportSoterAuthentication.html │ │ │ │ ├── chooseInvoiceTitle.html │ │ │ │ ├── clearInterval.html │ │ │ │ ├── clearTimeout.html │ │ │ │ ├── clipboard.html │ │ │ │ ├── code2Session.html │ │ │ │ ├── compass.html │ │ │ │ ├── console.debug.html │ │ │ │ ├── console.error.html │ │ │ │ ├── console.group.html │ │ │ │ ├── console.groupEnd.html │ │ │ │ ├── console.html │ │ │ │ ├── console.info.html │ │ │ │ ├── console.log.html │ │ │ │ ├── console.warn.html │ │ │ │ ├── createActivityId.html │ │ │ │ ├── createInnerAudioContext.html │ │ │ │ ├── createWXAQRCode.html │ │ │ │ ├── createWorker.html │ │ │ │ ├── custom-component.html │ │ │ │ ├── customerTyping.html │ │ │ │ ├── custommsg │ │ │ │ │ ├── callback_help.html │ │ │ │ │ ├── conversation.html │ │ │ │ │ ├── material.html │ │ │ │ │ ├── receive.html │ │ │ │ │ ├── trans.html │ │ │ │ │ └── typing.html │ │ │ │ ├── data.html │ │ │ │ ├── debug │ │ │ │ │ ├── LogManager.debug.html │ │ │ │ │ ├── LogManager.html │ │ │ │ │ ├── LogManager.info.html │ │ │ │ │ ├── LogManager.log.html │ │ │ │ │ ├── LogManager.warn.html │ │ │ │ │ ├── console.debug.html │ │ │ │ │ ├── console.error.html │ │ │ │ │ ├── console.group.html │ │ │ │ │ ├── console.groupEnd.html │ │ │ │ │ ├── console.html │ │ │ │ │ ├── console.info.html │ │ │ │ │ ├── console.log.html │ │ │ │ │ ├── console.warn.html │ │ │ │ │ ├── wx.getLogManager.html │ │ │ │ │ └── wx.setEnableDebug.html │ │ │ │ ├── deleteNearbyPoi.html │ │ │ │ ├── deleteTemplate.html │ │ │ │ ├── device.html │ │ │ │ ├── device │ │ │ │ │ ├── accelerometer │ │ │ │ │ │ ├── wx.onAccelerometerChange.html │ │ │ │ │ │ ├── wx.startAccelerometer.html │ │ │ │ │ │ └── wx.stopAccelerometer.html │ │ │ │ │ ├── battery │ │ │ │ │ │ ├── wx.getBatteryInfo.html │ │ │ │ │ │ └── wx.getBatteryInfoSync.html │ │ │ │ │ ├── bluetooth-ble │ │ │ │ │ │ ├── wx.closeBLEConnection.html │ │ │ │ │ │ ├── wx.createBLEConnection.html │ │ │ │ │ │ ├── wx.getBLEDeviceCharacteristics.html │ │ │ │ │ │ ├── wx.getBLEDeviceServices.html │ │ │ │ │ │ ├── wx.notifyBLECharacteristicValueChange.html │ │ │ │ │ │ ├── wx.onBLECharacteristicValueChange.html │ │ │ │ │ │ ├── wx.onBLEConnectionStateChange.html │ │ │ │ │ │ ├── wx.readBLECharacteristicValue.html │ │ │ │ │ │ └── wx.writeBLECharacteristicValue.html │ │ │ │ │ ├── bluetooth │ │ │ │ │ │ ├── wx.closeBLEConnection.html │ │ │ │ │ │ ├── wx.closeBluetoothAdapter.html │ │ │ │ │ │ ├── wx.createBLEConnection.html │ │ │ │ │ │ ├── wx.getBLEDeviceCharacteristics.html │ │ │ │ │ │ ├── wx.getBLEDeviceServices.html │ │ │ │ │ │ ├── wx.getBluetoothAdapterState.html │ │ │ │ │ │ ├── wx.getBluetoothDevices.html │ │ │ │ │ │ ├── wx.getConnectedBluetoothDevices.html │ │ │ │ │ │ ├── wx.notifyBLECharacteristicValueChange.html │ │ │ │ │ │ ├── wx.onBLECharacteristicValueChange.html │ │ │ │ │ │ ├── wx.onBLEConnectionStateChange.html │ │ │ │ │ │ ├── wx.onBluetoothAdapterStateChange.html │ │ │ │ │ │ ├── wx.onBluetoothDeviceFound.html │ │ │ │ │ │ ├── wx.openBluetoothAdapter.html │ │ │ │ │ │ ├── wx.readBLECharacteristicValue.html │ │ │ │ │ │ ├── wx.startBluetoothDevicesDiscovery.html │ │ │ │ │ │ ├── wx.stopBluetoothDevicesDiscovery.html │ │ │ │ │ │ └── wx.writeBLECharacteristicValue.html │ │ │ │ │ ├── clipboard │ │ │ │ │ │ ├── wx.getClipboardData.html │ │ │ │ │ │ └── wx.setClipboardData.html │ │ │ │ │ ├── compass │ │ │ │ │ │ ├── wx.onCompassChange.html │ │ │ │ │ │ ├── wx.startCompass.html │ │ │ │ │ │ └── wx.stopCompass.html │ │ │ │ │ ├── contact │ │ │ │ │ │ └── wx.addPhoneContact.html │ │ │ │ │ ├── gyroscope │ │ │ │ │ │ ├── wx.onGyroscopeChange.html │ │ │ │ │ │ ├── wx.startGyroscope.html │ │ │ │ │ │ └── wx.stopGyroscope.html │ │ │ │ │ ├── ibeacon │ │ │ │ │ │ ├── IBeaconInfo.html │ │ │ │ │ │ ├── wx.getBeacons.html │ │ │ │ │ │ ├── wx.onBeaconServiceChange.html │ │ │ │ │ │ ├── wx.onBeaconUpdate.html │ │ │ │ │ │ ├── wx.startBeaconDiscovery.html │ │ │ │ │ │ └── wx.stopBeaconDiscovery.html │ │ │ │ │ ├── motion │ │ │ │ │ │ ├── wx.onDeviceMotionChange.html │ │ │ │ │ │ ├── wx.startDeviceMotionListening.html │ │ │ │ │ │ └── wx.stopDeviceMotionListening.html │ │ │ │ │ ├── network │ │ │ │ │ │ ├── wx.getNetworkType.html │ │ │ │ │ │ └── wx.onNetworkStatusChange.html │ │ │ │ │ ├── nfc │ │ │ │ │ │ ├── wx.getHCEState.html │ │ │ │ │ │ ├── wx.onHCEMessage.html │ │ │ │ │ │ ├── wx.sendHCEMessage.html │ │ │ │ │ │ ├── wx.startHCE.html │ │ │ │ │ │ └── wx.stopHCE.html │ │ │ │ │ ├── performance │ │ │ │ │ │ └── wx.onMemoryWarning.html │ │ │ │ │ ├── phone │ │ │ │ │ │ └── wx.makePhoneCall.html │ │ │ │ │ ├── scan │ │ │ │ │ │ └── wx.scanCode.html │ │ │ │ │ ├── screen │ │ │ │ │ │ ├── wx.getScreenBrightness.html │ │ │ │ │ │ ├── wx.onUserCaptureScreen.html │ │ │ │ │ │ ├── wx.setKeepScreenOn.html │ │ │ │ │ │ └── wx.setScreenBrightness.html │ │ │ │ │ ├── vibrate │ │ │ │ │ │ ├── wx.vibrateLong.html │ │ │ │ │ │ └── wx.vibrateShort.html │ │ │ │ │ └── wifi │ │ │ │ │ │ ├── WifiInfo.html │ │ │ │ │ │ ├── wx.connectWifi.html │ │ │ │ │ │ ├── wx.getConnectedWifi.html │ │ │ │ │ │ ├── wx.getWifiList.html │ │ │ │ │ │ ├── wx.onGetWifiList.html │ │ │ │ │ │ ├── wx.onWifiConnected.html │ │ │ │ │ │ ├── wx.setWifiList.html │ │ │ │ │ │ ├── wx.startWifi.html │ │ │ │ │ │ └── wx.stopWifi.html │ │ │ │ ├── ext-api.html │ │ │ │ ├── ext │ │ │ │ │ ├── wx.getExtConfig.html │ │ │ │ │ └── wx.getExtConfigSync.html │ │ │ │ ├── file.html │ │ │ │ ├── file │ │ │ │ │ ├── FileSystemManager.access.html │ │ │ │ │ ├── FileSystemManager.accessSync.html │ │ │ │ │ ├── FileSystemManager.appendFile.html │ │ │ │ │ ├── FileSystemManager.appendFileSync.html │ │ │ │ │ ├── FileSystemManager.copyFile.html │ │ │ │ │ ├── FileSystemManager.copyFileSync.html │ │ │ │ │ ├── FileSystemManager.getFileInfo.html │ │ │ │ │ ├── FileSystemManager.getSavedFileList.html │ │ │ │ │ ├── FileSystemManager.html │ │ │ │ │ ├── FileSystemManager.mkdir.html │ │ │ │ │ ├── FileSystemManager.mkdirSync.html │ │ │ │ │ ├── FileSystemManager.readFile.html │ │ │ │ │ ├── FileSystemManager.readFileSync.html │ │ │ │ │ ├── FileSystemManager.readdir.html │ │ │ │ │ ├── FileSystemManager.readdirSync.html │ │ │ │ │ ├── FileSystemManager.removeSavedFile.html │ │ │ │ │ ├── FileSystemManager.rename.html │ │ │ │ │ ├── FileSystemManager.renameSync.html │ │ │ │ │ ├── FileSystemManager.rmdir.html │ │ │ │ │ ├── FileSystemManager.rmdirSync.html │ │ │ │ │ ├── FileSystemManager.saveFile.html │ │ │ │ │ ├── FileSystemManager.saveFileSync.html │ │ │ │ │ ├── FileSystemManager.stat.html │ │ │ │ │ ├── FileSystemManager.statSync.html │ │ │ │ │ ├── FileSystemManager.unlink.html │ │ │ │ │ ├── FileSystemManager.unlinkSync.html │ │ │ │ │ ├── FileSystemManager.unzip.html │ │ │ │ │ ├── FileSystemManager.writeFile.html │ │ │ │ │ ├── FileSystemManager.writeFileSync.html │ │ │ │ │ ├── Stats.html │ │ │ │ │ ├── Stats.isDirectory.html │ │ │ │ │ ├── Stats.isFile.html │ │ │ │ │ ├── wx.getFileInfo.html │ │ │ │ │ ├── wx.getFileSystemManager.html │ │ │ │ │ ├── wx.getSavedFileInfo.html │ │ │ │ │ ├── wx.getSavedFileList.html │ │ │ │ │ ├── wx.openDocument.html │ │ │ │ │ ├── wx.removeSavedFile.html │ │ │ │ │ └── wx.saveFile.html │ │ │ │ ├── getAccessToken.html │ │ │ │ ├── getAllDelivery.html │ │ │ │ ├── getAnalysisDailyRetain.html │ │ │ │ ├── getAnalysisDailySummary.html │ │ │ │ ├── getAnalysisDailyVisitTrend.html │ │ │ │ ├── getAnalysisMonthlyRetain.html │ │ │ │ ├── getAnalysisMonthlyVisitTrend.html │ │ │ │ ├── getAnalysisUserPortrait.html │ │ │ │ ├── getAnalysisVisitDistribution.html │ │ │ │ ├── getAnalysisVisitPage.html │ │ │ │ ├── getAnalysisWeeklyRetain.html │ │ │ │ ├── getAnalysisWeeklyVisitTrend.html │ │ │ │ ├── getAvailableAudioSources.html │ │ │ │ ├── getBackgroundAudioManager.html │ │ │ │ ├── getContact.html │ │ │ │ ├── getFileInfo.html │ │ │ │ ├── getLogManager.html │ │ │ │ ├── getNearbyPoiList.html │ │ │ │ ├── getOrder.html │ │ │ │ ├── getPaidUnionId.html │ │ │ │ ├── getPath.html │ │ │ │ ├── getPhoneNumber.html │ │ │ │ ├── getPluginDevApplyList.html │ │ │ │ ├── getPluginList.html │ │ │ │ ├── getPrinter.html │ │ │ │ ├── getQuota.html │ │ │ │ ├── getRecorderManager.html │ │ │ │ ├── getTempMedia.html │ │ │ │ ├── getTemplateLibraryById.html │ │ │ │ ├── getTemplateLibraryList.html │ │ │ │ ├── getTemplateList.html │ │ │ │ ├── getUpdateManager.html │ │ │ │ ├── getWXACode.html │ │ │ │ ├── getWXACodeUnlimit.html │ │ │ │ ├── iBeacon.html │ │ │ │ ├── imgSecCheck.html │ │ │ │ ├── index.html │ │ │ │ ├── intersection-observer.html │ │ │ │ ├── launchApp.html │ │ │ │ ├── location.html │ │ │ │ ├── location │ │ │ │ │ ├── wx.chooseLocation.html │ │ │ │ │ ├── wx.getLocation.html │ │ │ │ │ └── wx.openLocation.html │ │ │ │ ├── map │ │ │ │ │ ├── MapContext.getCenterLocation.html │ │ │ │ │ ├── MapContext.getRegion.html │ │ │ │ │ ├── MapContext.getScale.html │ │ │ │ │ ├── MapContext.html │ │ │ │ │ ├── MapContext.includePoints.html │ │ │ │ │ ├── MapContext.moveToLocation.html │ │ │ │ │ ├── MapContext.translateMarker.html │ │ │ │ │ └── wx.createMapContext.html │ │ │ │ ├── media-background-audio.html │ │ │ │ ├── media-fontFace.html │ │ │ │ ├── media-picture.html │ │ │ │ ├── media-record.html │ │ │ │ ├── media-video.html │ │ │ │ ├── media-voice.html │ │ │ │ ├── media │ │ │ │ │ ├── audio │ │ │ │ │ │ ├── AudioContext.html │ │ │ │ │ │ ├── AudioContext.pause.html │ │ │ │ │ │ ├── AudioContext.play.html │ │ │ │ │ │ ├── AudioContext.seek.html │ │ │ │ │ │ ├── AudioContext.setSrc.html │ │ │ │ │ │ ├── InnerAudioContext.destroy.html │ │ │ │ │ │ ├── InnerAudioContext.html │ │ │ │ │ │ ├── InnerAudioContext.offCanplay.html │ │ │ │ │ │ ├── InnerAudioContext.offEnded.html │ │ │ │ │ │ ├── InnerAudioContext.offError.html │ │ │ │ │ │ ├── InnerAudioContext.offPause.html │ │ │ │ │ │ ├── InnerAudioContext.offPlay.html │ │ │ │ │ │ ├── InnerAudioContext.offSeeked.html │ │ │ │ │ │ ├── InnerAudioContext.offSeeking.html │ │ │ │ │ │ ├── InnerAudioContext.offStop.html │ │ │ │ │ │ ├── InnerAudioContext.offTimeUpdate.html │ │ │ │ │ │ ├── InnerAudioContext.offWaiting.html │ │ │ │ │ │ ├── InnerAudioContext.onCanplay.html │ │ │ │ │ │ ├── InnerAudioContext.onEnded.html │ │ │ │ │ │ ├── InnerAudioContext.onError.html │ │ │ │ │ │ ├── InnerAudioContext.onPause.html │ │ │ │ │ │ ├── InnerAudioContext.onPlay.html │ │ │ │ │ │ ├── InnerAudioContext.onSeeked.html │ │ │ │ │ │ ├── InnerAudioContext.onSeeking.html │ │ │ │ │ │ ├── InnerAudioContext.onStop.html │ │ │ │ │ │ ├── InnerAudioContext.onTimeUpdate.html │ │ │ │ │ │ ├── InnerAudioContext.onWaiting.html │ │ │ │ │ │ ├── InnerAudioContext.pause.html │ │ │ │ │ │ ├── InnerAudioContext.play.html │ │ │ │ │ │ ├── InnerAudioContext.seek.html │ │ │ │ │ │ ├── InnerAudioContext.stop.html │ │ │ │ │ │ ├── wx.createAudioContext.html │ │ │ │ │ │ ├── wx.createInnerAudioContext.html │ │ │ │ │ │ ├── wx.getAvailableAudioSources.html │ │ │ │ │ │ ├── wx.pauseVoice.html │ │ │ │ │ │ ├── wx.playVoice.html │ │ │ │ │ │ ├── wx.setInnerAudioOption.html │ │ │ │ │ │ └── wx.stopVoice.html │ │ │ │ │ ├── background-audio │ │ │ │ │ │ ├── BackgroundAudioManager.html │ │ │ │ │ │ ├── BackgroundAudioManager.onCanPlay.html │ │ │ │ │ │ ├── BackgroundAudioManager.onCanplay.html │ │ │ │ │ │ ├── BackgroundAudioManager.onEnded.html │ │ │ │ │ │ ├── BackgroundAudioManager.onError.html │ │ │ │ │ │ ├── BackgroundAudioManager.onNext.html │ │ │ │ │ │ ├── BackgroundAudioManager.onPause.html │ │ │ │ │ │ ├── BackgroundAudioManager.onPlay.html │ │ │ │ │ │ ├── BackgroundAudioManager.onPrev.html │ │ │ │ │ │ ├── BackgroundAudioManager.onSeeked.html │ │ │ │ │ │ ├── BackgroundAudioManager.onSeeking.html │ │ │ │ │ │ ├── BackgroundAudioManager.onStop.html │ │ │ │ │ │ ├── BackgroundAudioManager.onTimeUpdate.html │ │ │ │ │ │ ├── BackgroundAudioManager.onWaiting.html │ │ │ │ │ │ ├── BackgroundAudioManager.pause.html │ │ │ │ │ │ ├── BackgroundAudioManager.play.html │ │ │ │ │ │ ├── BackgroundAudioManager.seek.html │ │ │ │ │ │ ├── BackgroundAudioManager.stop.html │ │ │ │ │ │ ├── wx.getBackgroundAudioManager.html │ │ │ │ │ │ ├── wx.getBackgroundAudioPlayerState.html │ │ │ │ │ │ ├── wx.onBackgroundAudioPause.html │ │ │ │ │ │ ├── wx.onBackgroundAudioPlay.html │ │ │ │ │ │ ├── wx.onBackgroundAudioStop.html │ │ │ │ │ │ ├── wx.pauseBackgroundAudio.html │ │ │ │ │ │ ├── wx.playBackgroundAudio.html │ │ │ │ │ │ ├── wx.seekBackgroundAudio.html │ │ │ │ │ │ └── wx.stopBackgroundAudio.html │ │ │ │ │ ├── camera │ │ │ │ │ │ ├── CameraContext.html │ │ │ │ │ │ ├── CameraContext.startRecord.html │ │ │ │ │ │ ├── CameraContext.stopRecord.html │ │ │ │ │ │ ├── CameraContext.takePhoto.html │ │ │ │ │ │ └── wx.createCameraContext.html │ │ │ │ │ ├── font │ │ │ │ │ │ └── wx.loadFontFace.html │ │ │ │ │ ├── image │ │ │ │ │ │ ├── wx.chooseImage.html │ │ │ │ │ │ ├── wx.compressImage.html │ │ │ │ │ │ ├── wx.getImageInfo.html │ │ │ │ │ │ ├── wx.previewImage.html │ │ │ │ │ │ └── wx.saveImageToPhotosAlbum.html │ │ │ │ │ ├── live │ │ │ │ │ │ ├── LivePlayerContext.exitFullScreen.html │ │ │ │ │ │ ├── LivePlayerContext.html │ │ │ │ │ │ ├── LivePlayerContext.mute.html │ │ │ │ │ │ ├── LivePlayerContext.pause.html │ │ │ │ │ │ ├── LivePlayerContext.play.html │ │ │ │ │ │ ├── LivePlayerContext.requestFullScreen.html │ │ │ │ │ │ ├── LivePlayerContext.resume.html │ │ │ │ │ │ ├── LivePlayerContext.stop.html │ │ │ │ │ │ ├── LivePusherContext.html │ │ │ │ │ │ ├── LivePusherContext.pause.html │ │ │ │ │ │ ├── LivePusherContext.pauseBGM.html │ │ │ │ │ │ ├── LivePusherContext.playBGM.html │ │ │ │ │ │ ├── LivePusherContext.resume.html │ │ │ │ │ │ ├── LivePusherContext.resumeBGM.html │ │ │ │ │ │ ├── LivePusherContext.setBGMVolume.html │ │ │ │ │ │ ├── LivePusherContext.snapshot.html │ │ │ │ │ │ ├── LivePusherContext.start.html │ │ │ │ │ │ ├── LivePusherContext.stop.html │ │ │ │ │ │ ├── LivePusherContext.stopBGM.html │ │ │ │ │ │ ├── LivePusherContext.switchCamera.html │ │ │ │ │ │ ├── LivePusherContext.toggleTorch.html │ │ │ │ │ │ ├── wx.createLivePlayerContext.html │ │ │ │ │ │ └── wx.createLivePusherContext.html │ │ │ │ │ ├── recorder │ │ │ │ │ │ ├── RecorderManager.html │ │ │ │ │ │ ├── RecorderManager.onError.html │ │ │ │ │ │ ├── RecorderManager.onFrameRecorded.html │ │ │ │ │ │ ├── RecorderManager.onInterruptionBegin.html │ │ │ │ │ │ ├── RecorderManager.onInterruptionEnd.html │ │ │ │ │ │ ├── RecorderManager.onPause.html │ │ │ │ │ │ ├── RecorderManager.onResume.html │ │ │ │ │ │ ├── RecorderManager.onStart.html │ │ │ │ │ │ ├── RecorderManager.onStop.html │ │ │ │ │ │ ├── RecorderManager.pause.html │ │ │ │ │ │ ├── RecorderManager.resume.html │ │ │ │ │ │ ├── RecorderManager.start.html │ │ │ │ │ │ ├── RecorderManager.stop.html │ │ │ │ │ │ ├── wx.getRecorderManager.html │ │ │ │ │ │ ├── wx.startRecord.html │ │ │ │ │ │ └── wx.stopRecord.html │ │ │ │ │ └── video │ │ │ │ │ │ ├── VideoContext.exitFullScreen.html │ │ │ │ │ │ ├── VideoContext.hideStatusBar.html │ │ │ │ │ │ ├── VideoContext.html │ │ │ │ │ │ ├── VideoContext.pause.html │ │ │ │ │ │ ├── VideoContext.play.html │ │ │ │ │ │ ├── VideoContext.playbackRate.html │ │ │ │ │ │ ├── VideoContext.requestFullScreen.html │ │ │ │ │ │ ├── VideoContext.seek.html │ │ │ │ │ │ ├── VideoContext.sendDanmu.html │ │ │ │ │ │ ├── VideoContext.showStatusBar.html │ │ │ │ │ │ ├── VideoContext.stop.html │ │ │ │ │ │ ├── wx.chooseVideo.html │ │ │ │ │ │ ├── wx.createVideoContext.html │ │ │ │ │ │ └── wx.saveVideoToPhotosAlbum.html │ │ │ │ ├── memory.html │ │ │ │ ├── monitor-report.html │ │ │ │ ├── msgSecCheck.html │ │ │ │ ├── navigateBackMiniProgram.html │ │ │ │ ├── navigateToMiniProgram.html │ │ │ │ ├── nearby.html │ │ │ │ ├── network-file.html │ │ │ │ ├── network-request.html │ │ │ │ ├── network-socket.html │ │ │ │ ├── network │ │ │ │ │ ├── download │ │ │ │ │ │ ├── DownloadTask.abort.html │ │ │ │ │ │ ├── DownloadTask.html │ │ │ │ │ │ ├── DownloadTask.offHeadersReceived.html │ │ │ │ │ │ ├── DownloadTask.offProgressUpdate.html │ │ │ │ │ │ ├── DownloadTask.onHeadersReceived.html │ │ │ │ │ │ ├── DownloadTask.onProgressUpdate.html │ │ │ │ │ │ └── wx.downloadFile.html │ │ │ │ │ ├── mdns │ │ │ │ │ │ ├── wx.offLocalServiceDiscoveryStop.html │ │ │ │ │ │ ├── wx.offLocalServiceFound.html │ │ │ │ │ │ ├── wx.offLocalServiceLost.html │ │ │ │ │ │ ├── wx.offLocalServiceResolveFail.html │ │ │ │ │ │ ├── wx.onLocalServiceDiscoveryStop.html │ │ │ │ │ │ ├── wx.onLocalServiceFound.html │ │ │ │ │ │ ├── wx.onLocalServiceLost.html │ │ │ │ │ │ ├── wx.onLocalServiceResolveFail.html │ │ │ │ │ │ ├── wx.startLocalServiceDiscovery.html │ │ │ │ │ │ └── wx.stopLocalServiceDiscovery.html │ │ │ │ │ ├── request │ │ │ │ │ │ ├── RequestTask.abort.html │ │ │ │ │ │ ├── RequestTask.html │ │ │ │ │ │ ├── RequestTask.offHeadersReceived.html │ │ │ │ │ │ ├── RequestTask.onHeadersReceived.html │ │ │ │ │ │ └── wx.request.html │ │ │ │ │ ├── upload │ │ │ │ │ │ ├── UploadTask.abort.html │ │ │ │ │ │ ├── UploadTask.html │ │ │ │ │ │ ├── UploadTask.offHeadersReceived.html │ │ │ │ │ │ ├── UploadTask.offProgressUpdate.html │ │ │ │ │ │ ├── UploadTask.onHeadersReceived.html │ │ │ │ │ │ ├── UploadTask.onProgressUpdate.html │ │ │ │ │ │ └── wx.uploadFile.html │ │ │ │ │ └── websocket │ │ │ │ │ │ ├── SocketTask.close.html │ │ │ │ │ │ ├── SocketTask.html │ │ │ │ │ │ ├── SocketTask.onClose.html │ │ │ │ │ │ ├── SocketTask.onError.html │ │ │ │ │ │ ├── SocketTask.onMessage.html │ │ │ │ │ │ ├── SocketTask.onOpen.html │ │ │ │ │ │ ├── SocketTask.send.html │ │ │ │ │ │ ├── wx.closeSocket.html │ │ │ │ │ │ ├── wx.connectSocket.html │ │ │ │ │ │ ├── wx.onSocketClose.html │ │ │ │ │ │ ├── wx.onSocketError.html │ │ │ │ │ │ ├── wx.onSocketMessage.html │ │ │ │ │ │ ├── wx.onSocketOpen.html │ │ │ │ │ │ └── wx.sendSocketMessage.html │ │ │ │ ├── nfc.html │ │ │ │ ├── notice.html │ │ │ │ ├── onAddOrder.html │ │ │ │ ├── onCancelOrder.html │ │ │ │ ├── onCheckBusiness.html │ │ │ │ ├── onGetQuota.html │ │ │ │ ├── onPathUpdate.html │ │ │ │ ├── onUserCaptureScreen.html │ │ │ │ ├── open-api │ │ │ │ │ ├── access-token │ │ │ │ │ │ └── getAccessToken.html │ │ │ │ │ ├── account-info │ │ │ │ │ │ └── wx.getAccountInfoSync.html │ │ │ │ │ ├── address │ │ │ │ │ │ └── wx.chooseAddress.html │ │ │ │ │ ├── authorize │ │ │ │ │ │ └── wx.authorize.html │ │ │ │ │ ├── card │ │ │ │ │ │ ├── wx.addCard.html │ │ │ │ │ │ └── wx.openCard.html │ │ │ │ │ ├── customer-message │ │ │ │ │ │ ├── customerTyping.html │ │ │ │ │ │ ├── getTempMedia.html │ │ │ │ │ │ ├── sendCustomerMessage.html │ │ │ │ │ │ └── uploadTempMedia.html │ │ │ │ │ ├── data-analysis │ │ │ │ │ │ ├── getAnalysisDailyRetain.html │ │ │ │ │ │ ├── getAnalysisDailySummary.html │ │ │ │ │ │ ├── getAnalysisDailyVisitTrend.html │ │ │ │ │ │ ├── getAnalysisMonthlyRetain.html │ │ │ │ │ │ ├── getAnalysisMonthlyVisitTrend.html │ │ │ │ │ │ ├── getAnalysisUserPortrait.html │ │ │ │ │ │ ├── getAnalysisVisitDistribution.html │ │ │ │ │ │ ├── getAnalysisVisitPage.html │ │ │ │ │ │ ├── getAnalysisWeeklyRetain.html │ │ │ │ │ │ ├── getAnalysisWeeklyVisitTrend.html │ │ │ │ │ │ └── wx.reportAnalytics.html │ │ │ │ │ ├── invoice │ │ │ │ │ │ ├── wx.chooseInvoice.html │ │ │ │ │ │ └── wx.chooseInvoiceTitle.html │ │ │ │ │ ├── login │ │ │ │ │ │ ├── code2Session.html │ │ │ │ │ │ ├── wx.checkSession.html │ │ │ │ │ │ └── wx.login.html │ │ │ │ │ ├── miniprogram-navigate │ │ │ │ │ │ ├── wx.navigateBackMiniProgram.html │ │ │ │ │ │ └── wx.navigateToMiniProgram.html │ │ │ │ │ ├── nearby-poi │ │ │ │ │ │ ├── addNearbyPoi.html │ │ │ │ │ │ ├── deleteNearbyPoi.html │ │ │ │ │ │ ├── getNearbyPoiList.html │ │ │ │ │ │ └── setNearbyPoiShowStatus.html │ │ │ │ │ ├── payment │ │ │ │ │ │ ├── wx.faceVerifyForPay.html │ │ │ │ │ │ └── wx.requestPayment.html │ │ │ │ │ ├── plugin-management │ │ │ │ │ │ ├── applyPlugin.html │ │ │ │ │ │ ├── getPluginDevApplyList.html │ │ │ │ │ │ ├── getPluginList.html │ │ │ │ │ │ ├── setDevPluginApplyStatus.html │ │ │ │ │ │ └── unbindPlugin.html │ │ │ │ │ ├── qr-code │ │ │ │ │ │ ├── createWXAQRCode.html │ │ │ │ │ │ ├── getWXACode.html │ │ │ │ │ │ └── getWXACodeUnlimit.html │ │ │ │ │ ├── sec-check │ │ │ │ │ │ ├── imgSecCheck.html │ │ │ │ │ │ └── msgSecCheck.html │ │ │ │ │ ├── setting │ │ │ │ │ │ ├── AuthSetting.html │ │ │ │ │ │ ├── wx.getSetting.html │ │ │ │ │ │ └── wx.openSetting.html │ │ │ │ │ ├── soter │ │ │ │ │ │ ├── wx.checkIsSoterEnrolledInDevice.html │ │ │ │ │ │ ├── wx.checkIsSupportSoterAuthentication.html │ │ │ │ │ │ └── wx.startSoterAuthentication.html │ │ │ │ │ ├── template-message │ │ │ │ │ │ ├── addTemplate.html │ │ │ │ │ │ ├── deleteTemplate.html │ │ │ │ │ │ ├── getTemplateLibraryById.html │ │ │ │ │ │ ├── getTemplateLibraryList.html │ │ │ │ │ │ ├── getTemplateList.html │ │ │ │ │ │ └── sendTemplateMessage.html │ │ │ │ │ ├── uniform-message │ │ │ │ │ │ └── sendUniformMessage.html │ │ │ │ │ ├── updatable-message │ │ │ │ │ │ ├── createActivityId.html │ │ │ │ │ │ └── setUpdatableMsg.html │ │ │ │ │ ├── user-info │ │ │ │ │ │ ├── UserInfo.html │ │ │ │ │ │ └── wx.getUserInfo.html │ │ │ │ │ └── werun │ │ │ │ │ │ └── wx.getWeRunData.html │ │ │ │ ├── open.html │ │ │ │ ├── phone-contact.html │ │ │ │ ├── phonecall.html │ │ │ │ ├── plugin.html │ │ │ │ ├── previewTemplate.html │ │ │ │ ├── pulldown.html │ │ │ │ ├── qrcode.html │ │ │ │ ├── report │ │ │ │ │ └── wx.reportMonitor.html │ │ │ │ ├── route │ │ │ │ │ ├── wx.navigateBack.html │ │ │ │ │ ├── wx.navigateTo.html │ │ │ │ │ ├── wx.reLaunch.html │ │ │ │ │ ├── wx.redirectTo.html │ │ │ │ │ └── wx.switchTab.html │ │ │ │ ├── scancode.html │ │ │ │ ├── scroll.html │ │ │ │ ├── sendCustomerMessage.html │ │ │ │ ├── sendTemplateMessage.html │ │ │ │ ├── sendUniformMessage.html │ │ │ │ ├── setDevPluginApplyStatus.html │ │ │ │ ├── setEnableDebug.html │ │ │ │ ├── setInterval.html │ │ │ │ ├── setKeepScreenOn.html │ │ │ │ ├── setNavigationBarColor.html │ │ │ │ ├── setNearbyPoiShowStatus.html │ │ │ │ ├── setTimeout.html │ │ │ │ ├── setUpdatableMsg.html │ │ │ │ ├── setting.html │ │ │ │ ├── share.html │ │ │ │ ├── share │ │ │ │ │ ├── wx.getShareInfo.html │ │ │ │ │ ├── wx.hideShareMenu.html │ │ │ │ │ ├── wx.showShareMenu.html │ │ │ │ │ └── wx.updateShareMenu.html │ │ │ │ ├── signature.html │ │ │ │ ├── socket-task.html │ │ │ │ ├── startSoterAuthentication.html │ │ │ │ ├── storage │ │ │ │ │ ├── wx.clearStorage.html │ │ │ │ │ ├── wx.clearStorageSync.html │ │ │ │ │ ├── wx.getStorage.html │ │ │ │ │ ├── wx.getStorageInfo.html │ │ │ │ │ ├── wx.getStorageInfoSync.html │ │ │ │ │ ├── wx.getStorageSync.html │ │ │ │ │ ├── wx.removeStorage.html │ │ │ │ │ ├── wx.removeStorageSync.html │ │ │ │ │ ├── wx.setStorage.html │ │ │ │ │ └── wx.setStorageSync.html │ │ │ │ ├── system │ │ │ │ │ └── system-info │ │ │ │ │ │ ├── wx.getSystemInfo.html │ │ │ │ │ │ └── wx.getSystemInfoSync.html │ │ │ │ ├── systeminfo.html │ │ │ │ ├── timer │ │ │ │ │ ├── clearInterval.html │ │ │ │ │ ├── clearTimeout.html │ │ │ │ │ ├── setInterval.html │ │ │ │ │ └── setTimeout.html │ │ │ │ ├── token.html │ │ │ │ ├── ui-background.html │ │ │ │ ├── ui-navigate.html │ │ │ │ ├── ui-tabbar.html │ │ │ │ ├── ui-topbar.html │ │ │ │ ├── ui.html │ │ │ │ ├── ui │ │ │ │ │ ├── animation │ │ │ │ │ │ ├── Animation.backgroundColor.html │ │ │ │ │ │ ├── Animation.bottom.html │ │ │ │ │ │ ├── Animation.export.html │ │ │ │ │ │ ├── Animation.height.html │ │ │ │ │ │ ├── Animation.html │ │ │ │ │ │ ├── Animation.left.html │ │ │ │ │ │ ├── Animation.matrix.html │ │ │ │ │ │ ├── Animation.matrix3d.html │ │ │ │ │ │ ├── Animation.opacity.html │ │ │ │ │ │ ├── Animation.right.html │ │ │ │ │ │ ├── Animation.rotate.html │ │ │ │ │ │ ├── Animation.rotate3d.html │ │ │ │ │ │ ├── Animation.rotateX.html │ │ │ │ │ │ ├── Animation.rotateY.html │ │ │ │ │ │ ├── Animation.rotateZ.html │ │ │ │ │ │ ├── Animation.scale.html │ │ │ │ │ │ ├── Animation.scale3d.html │ │ │ │ │ │ ├── Animation.scaleX.html │ │ │ │ │ │ ├── Animation.scaleY.html │ │ │ │ │ │ ├── Animation.scaleZ.html │ │ │ │ │ │ ├── Animation.skew.html │ │ │ │ │ │ ├── Animation.skewX.html │ │ │ │ │ │ ├── Animation.skewY.html │ │ │ │ │ │ ├── Animation.step.html │ │ │ │ │ │ ├── Animation.top.html │ │ │ │ │ │ ├── Animation.translate.html │ │ │ │ │ │ ├── Animation.translate3d.html │ │ │ │ │ │ ├── Animation.translateX.html │ │ │ │ │ │ ├── Animation.translateY.html │ │ │ │ │ │ ├── Animation.translateZ.html │ │ │ │ │ │ ├── Animation.width.html │ │ │ │ │ │ └── wx.createAnimation.html │ │ │ │ │ ├── background │ │ │ │ │ │ ├── wx.setBackgroundColor.html │ │ │ │ │ │ └── wx.setBackgroundTextStyle.html │ │ │ │ │ ├── custom-component │ │ │ │ │ │ └── wx.nextTick.html │ │ │ │ │ ├── interaction │ │ │ │ │ │ ├── wx.hideLoading.html │ │ │ │ │ │ ├── wx.hideToast.html │ │ │ │ │ │ ├── wx.showActionSheet.html │ │ │ │ │ │ ├── wx.showLoading.html │ │ │ │ │ │ ├── wx.showModal.html │ │ │ │ │ │ └── wx.showToast.html │ │ │ │ │ ├── menu │ │ │ │ │ │ └── wx.getMenuButtonBoundingClientRect.html │ │ │ │ │ ├── navigation-bar │ │ │ │ │ │ ├── wx.hideNavigationBarLoading.html │ │ │ │ │ │ ├── wx.setNavigationBarColor.html │ │ │ │ │ │ ├── wx.setNavigationBarTitle.html │ │ │ │ │ │ └── wx.showNavigationBarLoading.html │ │ │ │ │ ├── pull-down-refresh │ │ │ │ │ │ ├── wx.startPullDownRefresh.html │ │ │ │ │ │ └── wx.stopPullDownRefresh.html │ │ │ │ │ ├── scroll │ │ │ │ │ │ └── wx.pageScrollTo.html │ │ │ │ │ ├── sticky │ │ │ │ │ │ └── wx.setTopBarText.html │ │ │ │ │ ├── tab-bar │ │ │ │ │ │ ├── wx.hideTabBar.html │ │ │ │ │ │ ├── wx.hideTabBarRedDot.html │ │ │ │ │ │ ├── wx.removeTabBarBadge.html │ │ │ │ │ │ ├── wx.setTabBarBadge.html │ │ │ │ │ │ ├── wx.setTabBarItem.html │ │ │ │ │ │ ├── wx.setTabBarStyle.html │ │ │ │ │ │ ├── wx.showTabBar.html │ │ │ │ │ │ └── wx.showTabBarRedDot.html │ │ │ │ │ └── window │ │ │ │ │ │ ├── wx.offWindowResize.html │ │ │ │ │ │ └── wx.onWindowResize.html │ │ │ │ ├── uinionID.html │ │ │ │ ├── unbindPlugin.html │ │ │ │ ├── unionID.html │ │ │ │ ├── update │ │ │ │ │ ├── UpdateManager.applyUpdate.html │ │ │ │ │ ├── UpdateManager.html │ │ │ │ │ ├── UpdateManager.onCheckForUpdate.html │ │ │ │ │ ├── UpdateManager.onUpdateFailed.html │ │ │ │ │ ├── UpdateManager.onUpdateReady.html │ │ │ │ │ └── wx.getUpdateManager.html │ │ │ │ ├── updateBusiness.html │ │ │ │ ├── updatePath.html │ │ │ │ ├── updatePrinter.html │ │ │ │ ├── uploadTempMedia.html │ │ │ │ ├── we-run.html │ │ │ │ ├── wifi.html │ │ │ │ ├── worker │ │ │ │ │ ├── Worker.html │ │ │ │ │ ├── Worker.onMessage.html │ │ │ │ │ ├── Worker.postMessage.html │ │ │ │ │ ├── Worker.terminate.html │ │ │ │ │ └── wx.createWorker.html │ │ │ │ ├── wx.addCard.html │ │ │ │ ├── wx.addPhoneContact.html │ │ │ │ ├── wx.authorize.html │ │ │ │ ├── wx.canIUse.html │ │ │ │ ├── wx.canvasGetImageData.html │ │ │ │ ├── wx.canvasPutImageData.html │ │ │ │ ├── wx.canvasToTempFilePath.html │ │ │ │ ├── wx.checkIsSoterEnrolledInDevice.html │ │ │ │ ├── wx.checkIsSupportSoterAuthentication.html │ │ │ │ ├── wx.checkSession.html │ │ │ │ ├── wx.chooseAddress.html │ │ │ │ ├── wx.chooseImage.html │ │ │ │ ├── wx.chooseInvoice.html │ │ │ │ ├── wx.chooseInvoiceTitle.html │ │ │ │ ├── wx.chooseLocation.html │ │ │ │ ├── wx.chooseMessageFile.html │ │ │ │ ├── wx.chooseVideo.html │ │ │ │ ├── wx.clearStorage.html │ │ │ │ ├── wx.clearStorageSync.html │ │ │ │ ├── wx.closeBLEConnection.html │ │ │ │ ├── wx.closeBluetoothAdapter.html │ │ │ │ ├── wx.closeSocket.html │ │ │ │ ├── wx.compressImage.html │ │ │ │ ├── wx.connectSocket.html │ │ │ │ ├── wx.connectWifi.html │ │ │ │ ├── wx.createAnimation.html │ │ │ │ ├── wx.createAudioContext.html │ │ │ │ ├── wx.createBLEConnection.html │ │ │ │ ├── wx.createCameraContext.html │ │ │ │ ├── wx.createCanvasContext.html │ │ │ │ ├── wx.createInnerAudioContext.html │ │ │ │ ├── wx.createIntersectionObserver.html │ │ │ │ ├── wx.createLivePlayerContext.html │ │ │ │ ├── wx.createLivePusherContext.html │ │ │ │ ├── wx.createMapContext.html │ │ │ │ ├── wx.createSelectorQuery.html │ │ │ │ ├── wx.createVideoContext.html │ │ │ │ ├── wx.createWorker.html │ │ │ │ ├── wx.downloadFile.html │ │ │ │ ├── wx.getAccountInfoSync.html │ │ │ │ ├── wx.getAvailableAudioSources.html │ │ │ │ ├── wx.getBLEDeviceCharacteristics.html │ │ │ │ ├── wx.getBLEDeviceServices.html │ │ │ │ ├── wx.getBackgroundAudioManager.html │ │ │ │ ├── wx.getBackgroundAudioPlayerState.html │ │ │ │ ├── wx.getBatteryInfo.html │ │ │ │ ├── wx.getBatteryInfoSync.html │ │ │ │ ├── wx.getBeacons.html │ │ │ │ ├── wx.getBluetoothAdapterState.html │ │ │ │ ├── wx.getBluetoothDevices.html │ │ │ │ ├── wx.getClipboardData.html │ │ │ │ ├── wx.getConnectedBluetoothDevices.html │ │ │ │ ├── wx.getConnectedWifi.html │ │ │ │ ├── wx.getExtConfig.html │ │ │ │ ├── wx.getExtConfigSync.html │ │ │ │ ├── wx.getFileInfo.html │ │ │ │ ├── wx.getFileSystemManager.html │ │ │ │ ├── wx.getHCEState.html │ │ │ │ ├── wx.getImageInfo.html │ │ │ │ ├── wx.getLaunchOptionsSync.html │ │ │ │ ├── wx.getLocation.html │ │ │ │ ├── wx.getLogManager.html │ │ │ │ ├── wx.getMenuButtonBoundingClientRect.html │ │ │ │ ├── wx.getNetworkType.html │ │ │ │ ├── wx.getRecorderManager.html │ │ │ │ ├── wx.getSavedFileInfo.html │ │ │ │ ├── wx.getSavedFileList.html │ │ │ │ ├── wx.getScreenBrightness.html │ │ │ │ ├── wx.getSetting.html │ │ │ │ ├── wx.getShareInfo.html │ │ │ │ ├── wx.getStorage.html │ │ │ │ ├── wx.getStorageInfo.html │ │ │ │ ├── wx.getStorageInfoSync.html │ │ │ │ ├── wx.getStorageSync.html │ │ │ │ ├── wx.getSystemInfo.html │ │ │ │ ├── wx.getSystemInfoSync.html │ │ │ │ ├── wx.getUpdateManager.html │ │ │ │ ├── wx.getUserInfo.html │ │ │ │ ├── wx.getWeRunData.html │ │ │ │ ├── wx.getWifiList.html │ │ │ │ ├── wx.hideLoading.html │ │ │ │ ├── wx.hideNavigationBarLoading.html │ │ │ │ ├── wx.hideShareMenu.html │ │ │ │ ├── wx.hideTabBar.html │ │ │ │ ├── wx.hideTabBarRedDot.html │ │ │ │ ├── wx.hideToast.html │ │ │ │ ├── wx.loadFontFace.html │ │ │ │ ├── wx.login.html │ │ │ │ ├── wx.makePhoneCall.html │ │ │ │ ├── wx.navigateBack.html │ │ │ │ ├── wx.navigateBackMiniProgram.html │ │ │ │ ├── wx.navigateTo.html │ │ │ │ ├── wx.navigateToMiniProgram.html │ │ │ │ ├── wx.nextTick.html │ │ │ │ ├── wx.notifyBLECharacteristicValueChange.html │ │ │ │ ├── wx.offAppHide.html │ │ │ │ ├── wx.offAppShow.html │ │ │ │ ├── wx.offAudioInterruptionBegin.html │ │ │ │ ├── wx.offError.html │ │ │ │ ├── wx.offLocalServiceDiscoveryStop.html │ │ │ │ ├── wx.offLocalServiceFound.html │ │ │ │ ├── wx.offLocalServiceLost.html │ │ │ │ ├── wx.offLocalServiceResolveFail.html │ │ │ │ ├── wx.offPageNotFound.html │ │ │ │ ├── wx.offWindowResize.html │ │ │ │ ├── wx.onAccelerometerChange.html │ │ │ │ ├── wx.onAppHide.html │ │ │ │ ├── wx.onAppShow.html │ │ │ │ ├── wx.onAudioInterruptionBegin.html │ │ │ │ ├── wx.onBLECharacteristicValueChange.html │ │ │ │ ├── wx.onBLEConnectionStateChange.html │ │ │ │ ├── wx.onBackgroundAudioPause.html │ │ │ │ ├── wx.onBackgroundAudioPlay.html │ │ │ │ ├── wx.onBackgroundAudioStop.html │ │ │ │ ├── wx.onBeaconServiceChange.html │ │ │ │ ├── wx.onBeaconUpdate.html │ │ │ │ ├── wx.onBluetoothAdapterStateChange.html │ │ │ │ ├── wx.onBluetoothDeviceFound.html │ │ │ │ ├── wx.onCompassChange.html │ │ │ │ ├── wx.onDeviceMotionChange.html │ │ │ │ ├── wx.onError.html │ │ │ │ ├── wx.onGetWifiList.html │ │ │ │ ├── wx.onGyroscopeChange.html │ │ │ │ ├── wx.onHCEMessage.html │ │ │ │ ├── wx.onKeyboardHeightChange.html │ │ │ │ ├── wx.onLocalServiceDiscoveryStop.html │ │ │ │ ├── wx.onLocalServiceFound.html │ │ │ │ ├── wx.onLocalServiceLost.html │ │ │ │ ├── wx.onLocalServiceResolveFail.html │ │ │ │ ├── wx.onMemoryWarning.html │ │ │ │ ├── wx.onNetworkStatusChange.html │ │ │ │ ├── wx.onPageNotFound.html │ │ │ │ ├── wx.onSocketClose.html │ │ │ │ ├── wx.onSocketError.html │ │ │ │ ├── wx.onSocketMessage.html │ │ │ │ ├── wx.onSocketOpen.html │ │ │ │ ├── wx.onUserCaptureScreen.html │ │ │ │ ├── wx.onWifiConnected.html │ │ │ │ ├── wx.onWindowResize.html │ │ │ │ ├── wx.openBluetoothAdapter.html │ │ │ │ ├── wx.openCard.html │ │ │ │ ├── wx.openDocument.html │ │ │ │ ├── wx.openLocation.html │ │ │ │ ├── wx.openSetting.html │ │ │ │ ├── wx.pageScrollTo.html │ │ │ │ ├── wx.pauseBackgroundAudio.html │ │ │ │ ├── wx.pauseVoice.html │ │ │ │ ├── wx.playBackgroundAudio.html │ │ │ │ ├── wx.playVoice.html │ │ │ │ ├── wx.previewImage.html │ │ │ │ ├── wx.reLaunch.html │ │ │ │ ├── wx.readBLECharacteristicValue.html │ │ │ │ ├── wx.redirectTo.html │ │ │ │ ├── wx.removeSavedFile.html │ │ │ │ ├── wx.removeStorage.html │ │ │ │ ├── wx.removeStorageSync.html │ │ │ │ ├── wx.removeTabBarBadge.html │ │ │ │ ├── wx.reportAnalytics.html │ │ │ │ ├── wx.reportMonitor.html │ │ │ │ ├── wx.request.html │ │ │ │ ├── wx.requestPayment.html │ │ │ │ ├── wx.saveFile.html │ │ │ │ ├── wx.saveImageToPhotosAlbum.html │ │ │ │ ├── wx.saveVideoToPhotosAlbum.html │ │ │ │ ├── wx.scanCode.html │ │ │ │ ├── wx.seekBackgroundAudio.html │ │ │ │ ├── wx.sendHCEMessage.html │ │ │ │ ├── wx.sendSocketMessage.html │ │ │ │ ├── wx.setBackgroundColor.html │ │ │ │ ├── wx.setBackgroundTextStyle.html │ │ │ │ ├── wx.setClipboardData.html │ │ │ │ ├── wx.setEnableDebug.html │ │ │ │ ├── wx.setInnerAudioOption.html │ │ │ │ ├── wx.setKeepScreenOn.html │ │ │ │ ├── wx.setNavigationBarColor.html │ │ │ │ ├── wx.setNavigationBarTitle.html │ │ │ │ ├── wx.setScreenBrightness.html │ │ │ │ ├── wx.setStorage.html │ │ │ │ ├── wx.setStorageSync.html │ │ │ │ ├── wx.setTabBarBadge.html │ │ │ │ ├── wx.setTabBarItem.html │ │ │ │ ├── wx.setTabBarStyle.html │ │ │ │ ├── wx.setTopBarText.html │ │ │ │ ├── wx.setWifiList.html │ │ │ │ ├── wx.showActionSheet.html │ │ │ │ ├── wx.showLoading.html │ │ │ │ ├── wx.showModal.html │ │ │ │ ├── wx.showNavigationBarLoading.html │ │ │ │ ├── wx.showShareMenu.html │ │ │ │ ├── wx.showTabBar.html │ │ │ │ ├── wx.showTabBarRedDot.html │ │ │ │ ├── wx.showToast.html │ │ │ │ ├── wx.startAccelerometer.html │ │ │ │ ├── wx.startBeaconDiscovery.html │ │ │ │ ├── wx.startBluetoothDevicesDiscovery.html │ │ │ │ ├── wx.startCompass.html │ │ │ │ ├── wx.startDeviceMotionListening.html │ │ │ │ ├── wx.startGyroscope.html │ │ │ │ ├── wx.startHCE.html │ │ │ │ ├── wx.startLocalServiceDiscovery.html │ │ │ │ ├── wx.startPullDownRefresh.html │ │ │ │ ├── wx.startRecord.html │ │ │ │ ├── wx.startSoterAuthentication.html │ │ │ │ ├── wx.startWifi.html │ │ │ │ ├── wx.stopAccelerometer.html │ │ │ │ ├── wx.stopBackgroundAudio.html │ │ │ │ ├── wx.stopBeaconDiscovery.html │ │ │ │ ├── wx.stopBluetoothDevicesDiscovery.html │ │ │ │ ├── wx.stopCompass.html │ │ │ │ ├── wx.stopDeviceMotionListening.html │ │ │ │ ├── wx.stopGyroscope.html │ │ │ │ ├── wx.stopHCE.html │ │ │ │ ├── wx.stopLocalServiceDiscovery.html │ │ │ │ ├── wx.stopPullDownRefresh.html │ │ │ │ ├── wx.stopRecord.html │ │ │ │ ├── wx.stopVoice.html │ │ │ │ ├── wx.stopWifi.html │ │ │ │ ├── wx.switchTab.html │ │ │ │ ├── wx.updateShareMenu.html │ │ │ │ ├── wx.uploadFile.html │ │ │ │ ├── wx.vibrateLong.html │ │ │ │ ├── wx.vibrateShort.html │ │ │ │ ├── wx.writeBLECharacteristicValue.html │ │ │ │ ├── wxml-nodes-info.html │ │ │ │ └── wxml │ │ │ │ │ ├── IntersectionObserver.disconnect.html │ │ │ │ │ ├── IntersectionObserver.html │ │ │ │ │ ├── IntersectionObserver.observe.html │ │ │ │ │ ├── IntersectionObserver.relativeTo.html │ │ │ │ │ ├── IntersectionObserver.relativeToViewport.html │ │ │ │ │ ├── NodesRef.boundingClientRect.html │ │ │ │ │ ├── NodesRef.fields.html │ │ │ │ │ ├── NodesRef.html │ │ │ │ │ ├── NodesRef.scrollOffset.html │ │ │ │ │ ├── SelectorQuery.exec.html │ │ │ │ │ ├── SelectorQuery.html │ │ │ │ │ ├── SelectorQuery.in.html │ │ │ │ │ ├── SelectorQuery.select.html │ │ │ │ │ ├── SelectorQuery.selectAll.html │ │ │ │ │ ├── SelectorQuery.selectViewport.html │ │ │ │ │ ├── wx.createIntersectionObserver.html │ │ │ │ │ └── wx.createSelectorQuery.html │ │ │ ├── component │ │ │ │ ├── ad.html │ │ │ │ ├── aria-component.html │ │ │ │ ├── audio.html │ │ │ │ ├── button.html │ │ │ │ ├── camera.html │ │ │ │ ├── canvas.html │ │ │ │ ├── checkbox.html │ │ │ │ ├── cover-view.html │ │ │ │ ├── form.html │ │ │ │ ├── functional-page-navigator.html │ │ │ │ ├── icon.html │ │ │ │ ├── image.html │ │ │ │ ├── index.html │ │ │ │ ├── input.html │ │ │ │ ├── label.html │ │ │ │ ├── live-player.html │ │ │ │ ├── live-pusher.html │ │ │ │ ├── map.html │ │ │ │ ├── movable-view.html │ │ │ │ ├── native-component.html │ │ │ │ ├── navigator.html │ │ │ │ ├── official-account.html │ │ │ │ ├── open-data.html │ │ │ │ ├── picker-view.html │ │ │ │ ├── picker.html │ │ │ │ ├── progress.html │ │ │ │ ├── radio.html │ │ │ │ ├── rich-text.html │ │ │ │ ├── scroll-view.html │ │ │ │ ├── slider.html │ │ │ │ ├── swiper.html │ │ │ │ ├── switch.html │ │ │ │ ├── text.html │ │ │ │ ├── textarea.html │ │ │ │ ├── video.html │ │ │ │ ├── view.html │ │ │ │ └── web-view.html │ │ │ ├── framework │ │ │ │ ├── MINA.html │ │ │ │ ├── ability │ │ │ │ │ ├── canvas.html │ │ │ │ │ ├── custom-tabbar.html │ │ │ │ │ ├── file-system.html │ │ │ │ │ ├── mDNS.html │ │ │ │ │ ├── network.html │ │ │ │ │ └── storage.html │ │ │ │ ├── app-service │ │ │ │ │ ├── api.html │ │ │ │ │ ├── app.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── module.html │ │ │ │ │ ├── page.html │ │ │ │ │ ├── route.html │ │ │ │ │ └── scene.html │ │ │ │ ├── client-lib.html │ │ │ │ ├── client-lib │ │ │ │ │ ├── client.html │ │ │ │ │ ├── index.html │ │ │ │ │ └── version.html │ │ │ │ ├── compatibility.html │ │ │ │ ├── config.html │ │ │ │ ├── custom-component │ │ │ │ │ ├── behaviors.html │ │ │ │ │ ├── component.html │ │ │ │ │ ├── events.html │ │ │ │ │ ├── extend.html │ │ │ │ │ ├── generics.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── lifetimes.html │ │ │ │ │ ├── observer.html │ │ │ │ │ ├── relations.html │ │ │ │ │ ├── trdparty.html │ │ │ │ │ ├── unit-test.html │ │ │ │ │ └── wxml-wxss.html │ │ │ │ ├── details.html │ │ │ │ ├── device │ │ │ │ │ ├── bluetooth.html │ │ │ │ │ ├── nfc.html │ │ │ │ │ └── wifi.html │ │ │ │ ├── file-system.html │ │ │ │ ├── open-ability │ │ │ │ │ ├── authorize.html │ │ │ │ │ ├── bio-auth.html │ │ │ │ │ ├── card │ │ │ │ │ │ ├── card.html │ │ │ │ │ │ └── membership-card.html │ │ │ │ │ ├── customer-message │ │ │ │ │ │ ├── customer-message.html │ │ │ │ │ │ ├── receive.html │ │ │ │ │ │ ├── send.html │ │ │ │ │ │ ├── temp-media.html │ │ │ │ │ │ ├── trans.html │ │ │ │ │ │ └── typing.html │ │ │ │ │ ├── data-analysis.html │ │ │ │ │ ├── express-delivery.html │ │ │ │ │ ├── express-download.html │ │ │ │ │ ├── express.html │ │ │ │ │ ├── getPhoneNumber.html │ │ │ │ │ ├── launchApp.html │ │ │ │ │ ├── login.html │ │ │ │ │ ├── nearby.html │ │ │ │ │ ├── qr-code.html │ │ │ │ │ ├── share.html │ │ │ │ │ ├── share │ │ │ │ │ │ └── updatable-message.html │ │ │ │ │ ├── signature.html │ │ │ │ │ ├── template-message.html │ │ │ │ │ ├── uniform-message.html │ │ │ │ │ └── union-id.html │ │ │ │ ├── operating-mechanism.html │ │ │ │ ├── performance │ │ │ │ │ ├── index.html │ │ │ │ │ ├── tips.html │ │ │ │ │ └── tools.html │ │ │ │ ├── plugin │ │ │ │ │ ├── api-limit.html │ │ │ │ │ ├── component-limit.html │ │ │ │ │ ├── development.html │ │ │ │ │ ├── functional-pages.html │ │ │ │ │ ├── functional-pages │ │ │ │ │ │ ├── choose-address.html │ │ │ │ │ │ ├── request-payment.html │ │ │ │ │ │ └── user-info.html │ │ │ │ │ ├── index.html │ │ │ │ │ └── using.html │ │ │ │ ├── release.html │ │ │ │ ├── release │ │ │ │ │ ├── v0.html │ │ │ │ │ ├── v1.html │ │ │ │ │ └── v2.html │ │ │ │ ├── server-ability │ │ │ │ │ ├── backend-api.html │ │ │ │ │ └── message-push.html │ │ │ │ ├── structure.html │ │ │ │ ├── subpackages.html │ │ │ │ ├── subpackages │ │ │ │ │ ├── basic.html │ │ │ │ │ ├── independent.html │ │ │ │ │ └── preload.html │ │ │ │ ├── usability │ │ │ │ │ └── debug.html │ │ │ │ ├── view │ │ │ │ │ ├── animation.html │ │ │ │ │ ├── component.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── interactive-animation.html │ │ │ │ │ ├── intersection-observer.html │ │ │ │ │ ├── resizable.html │ │ │ │ │ ├── selector.html │ │ │ │ │ ├── wxml │ │ │ │ │ │ ├── conditional.html │ │ │ │ │ │ ├── data.html │ │ │ │ │ │ ├── event.html │ │ │ │ │ │ ├── import.html │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── list.html │ │ │ │ │ │ └── template.html │ │ │ │ │ ├── wxs │ │ │ │ │ │ ├── 01wxs-module.html │ │ │ │ │ │ ├── 02variate.html │ │ │ │ │ │ ├── 03annotation.html │ │ │ │ │ │ ├── 04operator.html │ │ │ │ │ │ ├── 05statement.html │ │ │ │ │ │ ├── 06datatype.html │ │ │ │ │ │ ├── 07basiclibrary.html │ │ │ │ │ │ └── index.html │ │ │ │ │ └── wxss.html │ │ │ │ └── workers.html │ │ │ ├── style.css │ │ │ ├── website.css │ │ │ └── wxcloud │ │ │ │ └── guide │ │ │ │ └── console.html │ │ └── docSet.dsidx │ └── info.plist └── icon.png ├── wxapp.tgz └── wxdash.xml /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | # 微信小程序 dash 文档 2 | 3 | 本文档集成了[官方文档](https://developers.weixin.qq.com/miniprogram/dev/) 中 4 | 框架、组件、API 三个部分,可以方便的搜索以及离线浏览,再也不用担心线上文档打不开了。 5 | 6 | 本项目包含了生成文档的脚本代码,目前使用服务器每日自动同步官方文档。请使用 Dash 7 | feedurl 方式订阅。 8 | 9 | ## 使用方法 10 | 11 | Dash -> Preferences -> Downloads -> 点击加号然后填入 url 12 | 13 | ``` 14 | https://raw.githubusercontent.com/chemzqm/wx-dash/master/wxdash.xml 15 | ``` 16 | 17 | ## 本地运行 18 | 19 | 需要安装 nodejs > 9.0 20 | 21 | ``` sh 22 | npm install 23 | npm run build 24 | ``` 25 | 26 | ## 运行过程 27 | 28 | * 下载全部小程序 API 和组件线上文档到本地 29 | * 读取 html 文件生成 docset 30 | -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chemzqm/wx-dash/eef4c4cb7f64cecce034286ee369d9a60b800e5d/icon.png -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleIdentifier 6 | wxapp 7 | CFBundleName 8 | 微信小程序 9 | DocSetPlatformFamily 10 | wxapp 11 | isDashDocset 12 | 13 | DashDocSetFallbackURL 14 | https://developers.weixin.qq.com/miniprogram/dev/ 15 | dashIndexFilePath 16 | framework/MINA.html 17 | 18 | 19 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "wxdash", 3 | "version": "1.0.154", 4 | "description": "Create dash docset for wechat app", 5 | "scripts": { 6 | "build": "node index.js", 7 | "publish": "./publish.sh" 8 | }, 9 | "author": "Qiming Zhao ", 10 | "license": "MIT", 11 | "dependencies": { 12 | "cheerio": "^1.0.0-rc.2", 13 | "cp-file": "^5.0.0", 14 | "del": "^3.0.0", 15 | "et-improve": "^1.0.0", 16 | "glob": "^7.1.2", 17 | "got": "^8.3.0", 18 | "mkdirp": "^0.5.1", 19 | "parse5": "^4.0.0", 20 | "pify": "^3.0.0", 21 | "sequelize": "^4.37.6", 22 | "sqlite3": "^4.0.0" 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /page.et: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {{= _.title}} 6 | 7 | 8 | 13 | 14 | 15 | {{! _.html}} 16 | 17 | 18 | -------------------------------------------------------------------------------- /publish.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | json -e 'var v = this.version; var n = parseInt(v.match(/\.(\d+)$/)[1]); n++ ; this.version = v.replace(/\.\d+$/, "." + n)' -f package.json -I 4 | version=`cat package.json | json version` 5 | echo $version 6 | 7 | cat << EOF > wxdash.xml 8 | 9 | $version 10 | https://raw.githubusercontent.com/chemzqm/wx-dash/master/wxapp.tgz 11 | 12 | EOF 13 | git add . 14 | tar --exclude='.DS_Store' -cvzf wxapp.tgz wxapp.docset 15 | git commit -a -m "Release $version" 16 | git tag -a "$version" -m "Release $version" 17 | git push --tags 18 | git push 19 | -------------------------------------------------------------------------------- /sync.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | node index.js 4 | if [ -z "$(git status --porcelain)" ]; then 5 | echo clean 6 | else 7 | ./publish.sh 8 | fi 9 | 10 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.backgroundColor.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.backgroundColor 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.backgroundColor(string value)

20 |

设置背景色

21 |

参数

22 |
string value
23 |

颜色值

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.export.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.export 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Array.<Object> Animation.export()

20 |

导出动画队列。export 方法每次调用后会清掉之前的动画操作。

21 |

返回值

22 |
Array.<Object>
23 |

animationData

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.matrix.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.matrix 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.matrix()

20 |

transform-function matrix

21 |

返回值

22 |
Animation
23 | 24 |
25 |
26 | 27 |
28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.matrix3d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.matrix3d 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.matrix3d()

20 |

transform-function matrix3d

21 |

返回值

22 |
Animation
23 | 24 |
25 |
26 | 27 |
28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.opacity.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.opacity 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.opacity(number value)

20 |

设置透明度

21 |

参数

22 |
number value
23 |

透明度,范围 0-1

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.rotate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.rotate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.rotate(number angle)

20 |

从原点顺时针旋转一个角度

21 |

参数

22 |
number angle
23 |

旋转的角度。范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.rotateX.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.rotateX 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.rotateX(number angle)

20 |

从 X 轴顺时针旋转一个角度

21 |

参数

22 |
number angle
23 |

旋转的角度。范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.rotateY.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.rotateY 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.rotateY(number angle)

20 |

从 Y 轴顺时针旋转一个角度

21 |

参数

22 |
number angle
23 |

旋转的角度。范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.rotateZ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.rotateZ 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.rotateZ(number angle)

20 |

从 Z 轴顺时针旋转一个角度

21 |

参数

22 |
number angle
23 |

旋转的角度。范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.scaleX.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.scaleX 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.scaleX(number scale)

20 |

缩放 X 轴

21 |

参数

22 |
number scale
23 |

X 轴的缩放倍数

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.scaleY.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.scaleY 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.scaleY(number scale)

20 |

缩放 Y 轴

21 |

参数

22 |
number scale
23 |

Y 轴的缩放倍数

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.scaleZ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.scaleZ 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.scaleZ(number scale)

20 |

缩放 Z 轴

21 |

参数

22 |
number scale
23 |

Z 轴的缩放倍数

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.skewX.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.skewX 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.skewX(number angle)

20 |

对 X 轴坐标进行倾斜

21 |

参数

22 |
number angle
23 |

倾斜的角度,范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.skewY.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.skewY 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.skewY(number angle)

20 |

对 Y 轴坐标进行倾斜

21 |

参数

22 |
number angle
23 |

倾斜的角度,范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.translateX.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.translateX 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.translateX(number translation)

20 |

对 X 轴平移

21 |

参数

22 |
number translation
23 |

在 X 轴平移的距离,单位为 px

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.translateY.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.translateY 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.translateY(number translation)

20 |

对 Y 轴平移

21 |

参数

22 |
number translation
23 |

在 Y 轴平移的距离,单位为 px

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Animation.translateZ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.translateZ 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.translateZ(number translation)

20 |

对 Z 轴平移

21 |

参数

22 |
number translation
23 |

在 Z 轴平移的距离,单位为 px

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/AudioContext.pause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AudioContext.pause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

AudioContext.pause()

20 |

暂停音频。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/AudioContext.play.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AudioContext.play 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

AudioContext.play()

20 |

播放音频。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/AudioContext.seek.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AudioContext.seek 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

AudioContext.seek(number position)

20 |

跳转到指定位置。

21 |

参数

22 |
number position
23 |

跳转位置,单位 s

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/AudioContext.setSrc.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AudioContext.setSrc 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

AudioContext.setSrc(string src)

20 |

设置音频地址

21 |

参数

22 |
string src
23 |

音频地址

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/BackgroundAudioManager.onEnded.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onEnded 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onEnded(function callback)

20 |

监听背景音频自然播放结束事件

21 |

参数

22 |
function callback
23 |

背景音频自然播放结束事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/BackgroundAudioManager.onError.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onError 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onError(function callback)

20 |

监听背景音频播放错误事件

21 |

参数

22 |
function callback
23 |

背景音频播放错误事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/BackgroundAudioManager.onPause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onPause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onPause(function callback)

20 |

监听背景音频暂停事件

21 |

参数

22 |
function callback
23 |

背景音频暂停事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/BackgroundAudioManager.onPlay.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onPlay 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onPlay(function callback)

20 |

监听背景音频播放事件

21 |

参数

22 |
function callback
23 |

背景音频播放事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/BackgroundAudioManager.onSeeked.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onSeeked 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onSeeked(function callback)

20 |

监听背景音频完成跳转操作事件

21 |

参数

22 |
function callback
23 |

背景音频完成跳转操作事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/BackgroundAudioManager.onSeeking.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onSeeking 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onSeeking(function callback)

20 |

监听背景音频开始跳转操作事件

21 |

参数

22 |
function callback
23 |

背景音频开始跳转操作事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/BackgroundAudioManager.onStop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onStop 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onStop(function callback)

20 |

监听背景音频停止事件

21 |

参数

22 |
function callback
23 |

背景音频停止事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/BackgroundAudioManager.onTimeUpdate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onTimeUpdate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onTimeUpdate(function callback)

20 |

监听背景音频播放进度更新事件

21 |

参数

22 |
function callback
23 |

背景音频播放进度更新事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/DownloadTask.abort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DownloadTask.abort 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

DownloadTask.abort()

20 |
21 |

基础库 1.4.0 开始支持,低版本需做兼容处理

22 |
23 |

中断下载任务

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.destroy.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.destroy 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.destroy()

20 |

销毁当前实例

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.onEnded.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onEnded 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onEnded(function callback)

20 |

监听音频自然播放至结束的事件

21 |

参数

22 |
function callback
23 |

音频自然播放至结束的事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.onPause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onPause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onPause(function callback)

20 |

监听音频暂停事件

21 |

参数

22 |
function callback
23 |

音频暂停事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.onPlay.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onPlay 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onPlay(function callback)

20 |

监听音频播放事件

21 |

参数

22 |
function callback
23 |

音频播放事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.onSeeked.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onSeeked 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onSeeked(function callback)

20 |

监听音频完成跳转操作的事件

21 |

参数

22 |
function callback
23 |

音频完成跳转操作的事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.onSeeking.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onSeeking 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onSeeking(function callback)

20 |

监听音频进行跳转操作的事件

21 |

参数

22 |
function callback
23 |

音频进行跳转操作的事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.onStop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onStop 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onStop(function callback)

20 |

监听音频停止事件

21 |

参数

22 |
function callback
23 |

音频停止事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.onTimeUpdate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onTimeUpdate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onTimeUpdate(function callback)

20 |

监听音频播放进度更新事件

21 |

参数

22 |
function callback
23 |

音频播放进度更新事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.pause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.pause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.pause()

20 |

暂停。暂停后的音频再播放会从暂停处开始播放

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.play.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.play 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.play()

20 |

播放

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.seek.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.seek 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.seek(number position)

20 |

跳转到指定位置

21 |

参数

22 |
number position
23 |

跳转的时间,单位 s。精确到小数点后 3 位,即支持 ms 级别精确度

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/InnerAudioContext.stop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.stop 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.stop()

20 |

停止。停止后的音频再播放会从头开始播放。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/IntersectionObserver.disconnect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IntersectionObserver.disconnect 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

IntersectionObserver.disconnect()

20 |

停止监听。回调函数将不再触发

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/LogManager.debug.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LogManager.debug 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

LogManager.debug()

20 |

写 debug 日志

21 |

参数

22 |
Object|Array.<any>|number|string ...args
23 |

日志内容,可以有任意多个。每次调用的参数的总大小不超过100Kb

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/LogManager.info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LogManager.info 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

LogManager.info()

20 |

写 info 日志

21 |

参数

22 |
Object|Array.<any>|number|string ...args
23 |

日志内容,可以有任意多个。每次调用的参数的总大小不超过100Kb

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/LogManager.log.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LogManager.log 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

LogManager.log()

20 |

写 log 日志

21 |

参数

22 |
Object|Array.<any>|number|string ...args
23 |

日志内容,可以有任意多个。每次调用的参数的总大小不超过100Kb

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/LogManager.warn.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LogManager.warn 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

LogManager.warn()

20 |

写 warn 日志

21 |

参数

22 |
Object|Array.<any>|number|string ...args
23 |

日志内容,可以有任意多个。每次调用的参数的总大小不超过100Kb

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/MapContext.moveToLocation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MapContext.moveToLocation 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

MapContext.moveToLocation()

20 |

将地图中心移动到当前定位点。需要配合map组件的show-location使用

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/RecorderManager.onPause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.onPause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.onPause(function callback)

20 |

监听录音暂停事件

21 |

参数

22 |
function callback
23 |

录音暂停事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/RecorderManager.onResume.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.onResume 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.onResume(function callback)

20 |

监听录音继续事件

21 |

参数

22 |
function callback
23 |

录音继续事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/RecorderManager.onStart.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.onStart 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.onStart(function callback)

20 |

监听录音开始事件

21 |

参数

22 |
function callback
23 |

录音开始事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/RecorderManager.pause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.pause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.pause()

20 |

暂停录音

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/RecorderManager.resume.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.resume 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.resume()

20 |

继续录音

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/RecorderManager.stop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.stop 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.stop()

20 |

停止录音

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/RequestTask.abort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RequestTask.abort 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RequestTask.abort()

20 |
21 |

基础库 1.4.0 开始支持,低版本需做兼容处理

22 |
23 |

中断请求任务

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/SelectorQuery.selectViewport.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SelectorQuery.selectViewport 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

NodesRef SelectorQuery.selectViewport()

20 |

选择显示区域。可用于获取显示区域的尺寸、滚动位置等信息。

21 |

返回值

22 |
NodesRef
23 | 24 |
25 |
26 | 27 |
28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/SocketTask.onClose.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SocketTask.onClose 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

SocketTask.onClose(function callback)

20 |

监听 WebSocket 连接关闭事件

21 |

参数

22 |
function callback
23 |

WebSocket 连接关闭事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Stats.isDirectory.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Stats.isDirectory 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

boolean Stats.isDirectory()

20 |

判断当前文件是否一个目录

21 |

返回值

22 |
boolean
23 |

表示当前文件是否一个目录

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Stats.isFile.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Stats.isFile 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

boolean Stats.isFile()

20 |

判断当前文件是否一个普通文件

21 |

返回值

22 |
boolean
23 |

表示当前文件是否一个普通文件

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/UpdateManager.applyUpdate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UpdateManager.applyUpdate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

UpdateManager.applyUpdate()

20 |

强制小程序重启并使用新版本。在小程序新版本下载完成后(即收到 onUpdateReady 回调)调用。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/UploadTask.abort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UploadTask.abort 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

UploadTask.abort()

20 |
21 |

基础库 1.4.0 开始支持,低版本需做兼容处理

22 |
23 |

中断上传任务

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/VideoContext.exitFullScreen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.exitFullScreen 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.exitFullScreen()

20 |
21 |

基础库 1.4.0 开始支持,低版本需做兼容处理

22 |
23 |

退出全屏

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/VideoContext.hideStatusBar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.hideStatusBar 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.hideStatusBar()

20 |
21 |

基础库 2.1.0 开始支持,低版本需做兼容处理

22 |
23 |

隐藏状态栏,仅在iOS全屏下有效

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/VideoContext.pause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.pause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.pause()

20 |

暂停视频

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/VideoContext.play.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.play 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.play()

20 |

播放视频

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/VideoContext.playbackRate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.playbackRate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.playbackRate(number rate)

20 |
21 |

基础库 1.4.0 开始支持,低版本需做兼容处理

22 |
23 |

设置倍速播放

24 |

参数

25 |
number rate
26 |

倍率,支持 0.5/0.8/1.0/1.25/1.5

27 | 28 |
29 |
30 | 31 |
32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/VideoContext.seek.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.seek 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.seek(number position)

20 |

跳转到指定位置

21 |

参数

22 |
number position
23 |

跳转到的位置,单位 s

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/VideoContext.showStatusBar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.showStatusBar 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.showStatusBar()

20 |
21 |

基础库 2.1.0 开始支持,低版本需做兼容处理

22 |
23 |

显示状态栏,仅在iOS全屏下有效

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/VideoContext.stop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.stop 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.stop()

20 |
21 |

基础库 1.7.0 开始支持,低版本需做兼容处理

22 |
23 |

停止视频

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/WifiInfo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | WifiInfo 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

WifiInfo

20 |

Wifi 信息

21 |

属性

22 |
string SSID
23 |

Wi-Fi 的 SSID

24 |
string BSSID
25 |

Wi-Fi 的 BSSID

26 |
boolean secure
27 |

Wi-Fi 是否安全

28 |
number signalStrength
29 |

Wi-Fi 信号强度

30 | 31 |
32 |
33 | 34 |
35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/Worker.terminate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Worker.terminate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Worker.terminate()

20 |

结束当前 Worker 线程。仅限在主线程 worker 对象上调用。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/canvas/clear-actions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | clearActions 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

canvasContext.clearActions (不推荐使用)

20 |

清空绘图上下文的绘图动作。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/canvas/create-context.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | wx.createContext 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

wx.createContext (不推荐使用)

20 |

创建并返回绘图上下文。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/canvas/get-actions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | getActions 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

getActions (不推荐使用)

20 |

返回绘图上下文的绘图动作。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/clearInterval.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | clearInterval 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

clearInterval(number intervalID)

20 |

取消由 setInterval 设置的定时器。

21 |

参数

22 |
number intervalID
23 |

要取消的定时器的 ID

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/clearTimeout.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | clearTimeout 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

clearTimeout(number timeoutID)

20 |

取消由 setTimeout 设置的定时器。

21 |

参数

22 |
number timeoutID
23 |

要取消的定时器的 ID

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/console.debug.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.debug 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.debug()

20 |

向调试面板中打印 debug 日志

21 |

参数

22 |
any ...args
23 |

日志内容,可以有任意多个。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/console.error.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.error 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.error()

20 |

向调试面板中打印 error 日志

21 |

参数

22 |
any ...args
23 |

日志内容,可以有任意多个。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/console.groupEnd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.groupEnd 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.groupEnd()

20 |

结束由 console.group 创建的分组

21 |

注意

22 |

仅在工具中有效,在 vConsole 中为空函数实现。

23 | 24 |
25 |
26 | 27 |
28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/console.info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.info 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.info()

20 |

向调试面板中打印 info 日志

21 |

参数

22 |
any ...args
23 |

日志内容,可以有任意多个。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/console.log.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.log 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.log()

20 |

向调试面板中打印 log 日志

21 |

参数

22 |
any ...args
23 |

日志内容,可以有任意多个。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/console.warn.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.warn 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.warn()

20 |

向调试面板中打印 warn 日志

21 |

参数

22 |
any ...args
23 |

日志内容,可以有任意多个。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/debug/LogManager.debug.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LogManager.debug 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

LogManager.debug()

20 |

写 debug 日志

21 |

参数

22 |
Object|Array.<any>|number|string ...args
23 |

日志内容,可以有任意多个。每次调用的参数的总大小不超过100Kb

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/debug/LogManager.info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LogManager.info 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

LogManager.info()

20 |

写 info 日志

21 |

参数

22 |
Object|Array.<any>|number|string ...args
23 |

日志内容,可以有任意多个。每次调用的参数的总大小不超过100Kb

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/debug/LogManager.log.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LogManager.log 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

LogManager.log()

20 |

写 log 日志

21 |

参数

22 |
Object|Array.<any>|number|string ...args
23 |

日志内容,可以有任意多个。每次调用的参数的总大小不超过100Kb

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/debug/LogManager.warn.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LogManager.warn 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

LogManager.warn()

20 |

写 warn 日志

21 |

参数

22 |
Object|Array.<any>|number|string ...args
23 |

日志内容,可以有任意多个。每次调用的参数的总大小不超过100Kb

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/debug/console.debug.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.debug 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.debug()

20 |

向调试面板中打印 debug 日志

21 |

参数

22 |
any ...args
23 |

日志内容,可以有任意多个。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/debug/console.error.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.error 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.error()

20 |

向调试面板中打印 error 日志

21 |

参数

22 |
any ...args
23 |

日志内容,可以有任意多个。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/debug/console.groupEnd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.groupEnd 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.groupEnd()

20 |

结束由 console.group 创建的分组

21 |

注意

22 |

仅在工具中有效,在 vConsole 中为空函数实现。

23 | 24 |
25 |
26 | 27 |
28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/debug/console.info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.info 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.info()

20 |

向调试面板中打印 info 日志

21 |

参数

22 |
any ...args
23 |

日志内容,可以有任意多个。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/debug/console.log.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.log 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.log()

20 |

向调试面板中打印 log 日志

21 |

参数

22 |
any ...args
23 |

日志内容,可以有任意多个。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/debug/console.warn.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | console.warn 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

console.warn()

20 |

向调试面板中打印 warn 日志

21 |

参数

22 |
any ...args
23 |

日志内容,可以有任意多个。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/device/wifi/WifiInfo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | WifiInfo 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

WifiInfo

20 |

Wifi 信息

21 |

属性

22 |
string SSID
23 |

Wi-Fi 的 SSID

24 |
string BSSID
25 |

Wi-Fi 的 BSSID

26 |
boolean secure
27 |

Wi-Fi 是否安全

28 |
number signalStrength
29 |

Wi-Fi 信号强度

30 | 31 |
32 |
33 | 34 |
35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/file/Stats.isDirectory.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Stats.isDirectory 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

boolean Stats.isDirectory()

20 |

判断当前文件是否一个目录

21 |

返回值

22 |
boolean
23 |

表示当前文件是否一个目录

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/file/Stats.isFile.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Stats.isFile 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

boolean Stats.isFile()

20 |

判断当前文件是否一个普通文件

21 |

返回值

22 |
boolean
23 |

表示当前文件是否一个普通文件

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/map/MapContext.moveToLocation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MapContext.moveToLocation 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

MapContext.moveToLocation()

20 |

将地图中心移动到当前定位点。需要配合map组件的show-location使用

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/AudioContext.pause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AudioContext.pause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

AudioContext.pause()

20 |

暂停音频。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/AudioContext.play.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AudioContext.play 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

AudioContext.play()

20 |

播放音频。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/AudioContext.seek.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AudioContext.seek 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

AudioContext.seek(number position)

20 |

跳转到指定位置。

21 |

参数

22 |
number position
23 |

跳转位置,单位 s

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/AudioContext.setSrc.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AudioContext.setSrc 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

AudioContext.setSrc(string src)

20 |

设置音频地址

21 |

参数

22 |
string src
23 |

音频地址

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.destroy.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.destroy 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.destroy()

20 |

销毁当前实例

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.onEnded.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onEnded 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onEnded(function callback)

20 |

监听音频自然播放至结束的事件

21 |

参数

22 |
function callback
23 |

音频自然播放至结束的事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.onPause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onPause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onPause(function callback)

20 |

监听音频暂停事件

21 |

参数

22 |
function callback
23 |

音频暂停事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.onPlay.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onPlay 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onPlay(function callback)

20 |

监听音频播放事件

21 |

参数

22 |
function callback
23 |

音频播放事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.onSeeked.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onSeeked 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onSeeked(function callback)

20 |

监听音频完成跳转操作的事件

21 |

参数

22 |
function callback
23 |

音频完成跳转操作的事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.onSeeking.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onSeeking 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onSeeking(function callback)

20 |

监听音频进行跳转操作的事件

21 |

参数

22 |
function callback
23 |

音频进行跳转操作的事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.onStop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onStop 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onStop(function callback)

20 |

监听音频停止事件

21 |

参数

22 |
function callback
23 |

音频停止事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.onTimeUpdate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.onTimeUpdate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.onTimeUpdate(function callback)

20 |

监听音频播放进度更新事件

21 |

参数

22 |
function callback
23 |

音频播放进度更新事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.pause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.pause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.pause()

20 |

暂停。暂停后的音频再播放会从暂停处开始播放

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.play.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.play 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.play()

20 |

播放

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.seek.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.seek 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.seek(number position)

20 |

跳转到指定位置

21 |

参数

22 |
number position
23 |

跳转的时间,单位 s。精确到小数点后 3 位,即支持 ms 级别精确度

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/audio/InnerAudioContext.stop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | InnerAudioContext.stop 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

InnerAudioContext.stop()

20 |

停止。停止后的音频再播放会从头开始播放。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/background-audio/BackgroundAudioManager.onCanPlay.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | .onCanPlay 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 | 20 |

BackgroundAudioManager.onCanPlay(function callback)

21 |

监听背景音频进入可以播放状态。但不保证后面可以流畅播放

22 |

参数

23 |
function callback
24 |

的回调函数

25 | 26 |
27 |
28 | 29 |
30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/background-audio/BackgroundAudioManager.onEnded.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onEnded 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onEnded(function callback)

20 |

监听背景音频自然播放结束事件

21 |

参数

22 |
function callback
23 |

背景音频自然播放结束事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/background-audio/BackgroundAudioManager.onError.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onError 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onError(function callback)

20 |

监听背景音频播放错误事件

21 |

参数

22 |
function callback
23 |

背景音频播放错误事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/background-audio/BackgroundAudioManager.onPause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onPause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onPause(function callback)

20 |

监听背景音频暂停事件

21 |

参数

22 |
function callback
23 |

背景音频暂停事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/background-audio/BackgroundAudioManager.onPlay.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onPlay 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onPlay(function callback)

20 |

监听背景音频播放事件

21 |

参数

22 |
function callback
23 |

背景音频播放事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/background-audio/BackgroundAudioManager.onSeeked.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onSeeked 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onSeeked(function callback)

20 |

监听背景音频完成跳转操作事件

21 |

参数

22 |
function callback
23 |

背景音频完成跳转操作事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/background-audio/BackgroundAudioManager.onSeeking.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onSeeking 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onSeeking(function callback)

20 |

监听背景音频开始跳转操作事件

21 |

参数

22 |
function callback
23 |

背景音频开始跳转操作事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/background-audio/BackgroundAudioManager.onStop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onStop 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onStop(function callback)

20 |

监听背景音频停止事件

21 |

参数

22 |
function callback
23 |

背景音频停止事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/background-audio/BackgroundAudioManager.onTimeUpdate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BackgroundAudioManager.onTimeUpdate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

BackgroundAudioManager.onTimeUpdate(function callback)

20 |

监听背景音频播放进度更新事件

21 |

参数

22 |
function callback
23 |

背景音频播放进度更新事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/recorder/RecorderManager.onPause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.onPause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.onPause(function callback)

20 |

监听录音暂停事件

21 |

参数

22 |
function callback
23 |

录音暂停事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/recorder/RecorderManager.onResume.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.onResume 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.onResume(function callback)

20 |

监听录音继续事件

21 |

参数

22 |
function callback
23 |

录音继续事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/recorder/RecorderManager.onStart.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.onStart 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.onStart(function callback)

20 |

监听录音开始事件

21 |

参数

22 |
function callback
23 |

录音开始事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/recorder/RecorderManager.pause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.pause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.pause()

20 |

暂停录音

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/recorder/RecorderManager.resume.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.resume 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.resume()

20 |

继续录音

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/recorder/RecorderManager.stop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RecorderManager.stop 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RecorderManager.stop()

20 |

停止录音

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/video/VideoContext.exitFullScreen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.exitFullScreen 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.exitFullScreen()

20 |
21 |

基础库 1.4.0 开始支持,低版本需做兼容处理

22 |
23 |

退出全屏

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/video/VideoContext.hideStatusBar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.hideStatusBar 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.hideStatusBar()

20 |
21 |

基础库 2.1.0 开始支持,低版本需做兼容处理

22 |
23 |

隐藏状态栏,仅在iOS全屏下有效

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/video/VideoContext.pause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.pause 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.pause()

20 |

暂停视频

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/video/VideoContext.play.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.play 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.play()

20 |

播放视频

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/video/VideoContext.seek.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.seek 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.seek(number position)

20 |

跳转到指定位置

21 |

参数

22 |
number position
23 |

跳转到的位置,单位 s

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/video/VideoContext.showStatusBar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.showStatusBar 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.showStatusBar()

20 |
21 |

基础库 2.1.0 开始支持,低版本需做兼容处理

22 |
23 |

显示状态栏,仅在iOS全屏下有效

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/media/video/VideoContext.stop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VideoContext.stop 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

VideoContext.stop()

20 |
21 |

基础库 1.7.0 开始支持,低版本需做兼容处理

22 |
23 |

停止视频

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/network/download/DownloadTask.abort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DownloadTask.abort 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

DownloadTask.abort()

20 |
21 |

基础库 1.4.0 开始支持,低版本需做兼容处理

22 |
23 |

中断下载任务

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/network/request/RequestTask.abort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RequestTask.abort 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

RequestTask.abort()

20 |
21 |

基础库 1.4.0 开始支持,低版本需做兼容处理

22 |
23 |

中断请求任务

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/network/upload/UploadTask.abort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UploadTask.abort 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

UploadTask.abort()

20 |
21 |

基础库 1.4.0 开始支持,低版本需做兼容处理

22 |
23 |

中断上传任务

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/network/websocket/SocketTask.onClose.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SocketTask.onClose 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

SocketTask.onClose(function callback)

20 |

监听 WebSocket 连接关闭事件

21 |

参数

22 |
function callback
23 |

WebSocket 连接关闭事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/network/websocket/wx.onSocketClose.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | wx.onSocketClose 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

wx.onSocketClose(function callback)

20 |

监听 WebSocket 连接关闭事件

21 |

参数

22 |
function callback
23 |

WebSocket 连接关闭事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/network/websocket/wx.onSocketError.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | wx.onSocketError 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

wx.onSocketError(function callback)

20 |

监听 WebSocket 错误事件

21 |

参数

22 |
function callback
23 |

WebSocket 错误事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/storage/wx.clearStorageSync.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | wx.clearStorageSync 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

wx.clearStorageSync()

20 |

wx.clearStorage 的同步版本

21 |

示例代码

22 |
wx.clearStorage()
23 | 
24 |
try {
25 |   wx.clearStorageSync()
26 | } catch(e) {
27 |   // Do something when catch error
28 | }
29 | 
30 | 31 |
32 |
33 | 34 |
35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/timer/clearInterval.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 定时器 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

clearInterval(number intervalID)

20 |

取消由 setInterval 设置的定时器。

21 |

参数

22 |
number intervalID
23 |

要取消的定时器的 ID

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/timer/clearTimeout.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | clearTimeout 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

clearTimeout(number timeoutID)

20 |

取消由 setTimeout 设置的定时器。

21 |

参数

22 |
number timeoutID
23 |

要取消的定时器的 ID

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.backgroundColor.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.backgroundColor 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.backgroundColor(string value)

20 |

设置背景色

21 |

参数

22 |
string value
23 |

颜色值

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.export.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.export 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Array.<Object> Animation.export()

20 |

导出动画队列。export 方法每次调用后会清掉之前的动画操作。

21 |

返回值

22 |
Array.<Object>
23 |

animationData

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.matrix.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.matrix 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.matrix()

20 |

transform-function matrix

21 |

返回值

22 |
Animation
23 | 24 |
25 |
26 | 27 |
28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.matrix3d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.matrix3d 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.matrix3d()

20 |

transform-function matrix3d

21 |

返回值

22 |
Animation
23 | 24 |
25 |
26 | 27 |
28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.opacity.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.opacity 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.opacity(number value)

20 |

设置透明度

21 |

参数

22 |
number value
23 |

透明度,范围 0-1

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.rotate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.rotate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.rotate(number angle)

20 |

从原点顺时针旋转一个角度

21 |

参数

22 |
number angle
23 |

旋转的角度。范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.rotateX.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.rotateX 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.rotateX(number angle)

20 |

从 X 轴顺时针旋转一个角度

21 |

参数

22 |
number angle
23 |

旋转的角度。范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.rotateY.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.rotateY 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.rotateY(number angle)

20 |

从 Y 轴顺时针旋转一个角度

21 |

参数

22 |
number angle
23 |

旋转的角度。范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.rotateZ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.rotateZ 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.rotateZ(number angle)

20 |

从 Z 轴顺时针旋转一个角度

21 |

参数

22 |
number angle
23 |

旋转的角度。范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.scaleX.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.scaleX 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.scaleX(number scale)

20 |

缩放 X 轴

21 |

参数

22 |
number scale
23 |

X 轴的缩放倍数

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.scaleY.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.scaleY 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.scaleY(number scale)

20 |

缩放 Y 轴

21 |

参数

22 |
number scale
23 |

Y 轴的缩放倍数

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.scaleZ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.scaleZ 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.scaleZ(number scale)

20 |

缩放 Z 轴

21 |

参数

22 |
number scale
23 |

Z 轴的缩放倍数

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.skewX.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.skewX 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.skewX(number angle)

20 |

对 X 轴坐标进行倾斜

21 |

参数

22 |
number angle
23 |

倾斜的角度,范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.skewY.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.skewY 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.skewY(number angle)

20 |

对 Y 轴坐标进行倾斜

21 |

参数

22 |
number angle
23 |

倾斜的角度,范围 [-180, 180]

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.translateX.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.translateX 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.translateX(number translation)

20 |

对 X 轴平移

21 |

参数

22 |
number translation
23 |

在 X 轴平移的距离,单位为 px

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.translateY.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.translateY 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.translateY(number translation)

20 |

对 Y 轴平移

21 |

参数

22 |
number translation
23 |

在 Y 轴平移的距离,单位为 px

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/ui/animation/Animation.translateZ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation.translateZ 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Animation Animation.translateZ(number translation)

20 |

对 Z 轴平移

21 |

参数

22 |
number translation
23 |

在 Z 轴平移的距离,单位为 px

24 |

返回值

25 |
Animation
26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/update/UpdateManager.applyUpdate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UpdateManager.applyUpdate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

UpdateManager.applyUpdate()

20 |

强制小程序重启并使用新版本。在小程序新版本下载完成后(即收到 onUpdateReady 回调)调用。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/worker/Worker.postMessage.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Worker.postMessage 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Worker.postMessage(Object message)

20 |

向主线程/Worker 线程发送的消息。

21 |

参数

22 |
Object message
23 |

需要发送的消息,必须是一个可序列化的 JavaScript 对象。

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/worker/Worker.terminate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Worker.terminate 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

Worker.terminate()

20 |

结束当前 Worker 线程。仅限在主线程 worker 对象上调用。

21 | 22 |
23 |
24 | 25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/wx.clearStorageSync.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | wx.clearStorageSync 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

wx.clearStorageSync()

20 |

wx.clearStorage 的同步版本

21 |

示例代码

22 |
wx.clearStorage()
23 | 
24 |
try {
25 |   wx.clearStorageSync()
26 | } catch (e) {
27 |   // Do something when catch error
28 | }
29 | 
30 | 31 |
32 |
33 | 34 |
35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/wx.onSocketClose.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | wx.onSocketClose 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

wx.onSocketClose(function callback)

20 |

监听 WebSocket 连接关闭事件

21 |

参数

22 |
function callback
23 |

WebSocket 连接关闭事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/wx.onSocketError.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | wx.onSocketError 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

wx.onSocketError(function callback)

20 |

监听 WebSocket 错误事件

21 |

参数

22 |
function callback
23 |

WebSocket 错误事件的回调函数

24 | 25 |
26 |
27 | 28 |
29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/api/wxml/SelectorQuery.selectViewport.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SelectorQuery.selectViewport 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

NodesRef SelectorQuery.selectViewport()

20 |

选择显示区域。可用于获取显示区域的尺寸、滚动位置等信息。

21 |

返回值

22 |
NodesRef
23 | 24 |
25 |
26 | 27 |
28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/Documents/framework/performance/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 性能 6 | 7 | 8 | 13 | 14 | 15 | 16 |
17 |
18 |
19 |

性能

20 |

目前,我们提供了两种性能分析工具,和几个性能优化上的建议,开发者可以参考使用。

21 |
    22 |
  1. 23 |

    分析工具

    24 |
  2. 25 |
  3. 26 |

    优化建议

    27 |
  4. 28 |
29 | 30 |
31 |
32 | 33 |
34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /wxapp.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chemzqm/wx-dash/eef4c4cb7f64cecce034286ee369d9a60b800e5d/wxapp.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /wxapp.docset/Contents/info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleIdentifier 6 | wxapp 7 | CFBundleName 8 | 微信小程序 9 | DocSetPlatformFamily 10 | wxapp 11 | isDashDocset 12 | 13 | DashDocSetFallbackURL 14 | https://developers.weixin.qq.com/miniprogram/dev/ 15 | dashIndexFilePath 16 | framework/MINA.html 17 | 18 | 19 | -------------------------------------------------------------------------------- /wxapp.docset/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chemzqm/wx-dash/eef4c4cb7f64cecce034286ee369d9a60b800e5d/wxapp.docset/icon.png -------------------------------------------------------------------------------- /wxapp.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chemzqm/wx-dash/eef4c4cb7f64cecce034286ee369d9a60b800e5d/wxapp.tgz -------------------------------------------------------------------------------- /wxdash.xml: -------------------------------------------------------------------------------- 1 | 2 | 1.0.154 3 | https://raw.githubusercontent.com/chemzqm/wx-dash/master/wxapp.tgz 4 | 5 | --------------------------------------------------------------------------------