Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Apr 7, 2020
0 parents commit bcded7a
Show file tree
Hide file tree
Showing 12,106 changed files with 1,510,709 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions css/main.css

Large diffs are not rendered by default.

115 changes: 115 additions & 0 deletions css/prism.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* Modified prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/

code[class*='language-'],
pre[class*='language-'] {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;

-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;

-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}

/* Code blocks */
pre[class*='language-'] {
padding: 1em;
margin: 0.5em 0;
overflow: auto;
}

/* Inline code */
:not(pre) > code[class*='language-'] {
padding: 0.1em;
border-radius: 0.3em;
white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}

.token.punctuation {
color: #999;
}

.namespace {
opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}

.token.selector,
.token.number,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
}

.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}

.token.function,
.token.class-name {
color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
color: #e90;
}

.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}

.token.entity {
cursor: help;
}
356 changes: 356 additions & 0 deletions docs/1.3.14/GETTING-STARTED.html

Large diffs are not rendered by default.

161 changes: 161 additions & 0 deletions docs/1.3.14/README.html

Large diffs are not rendered by default.

93 changes: 93 additions & 0 deletions docs/1.3.14/apis/about/desc.html

Large diffs are not rendered by default.

93 changes: 93 additions & 0 deletions docs/1.3.14/apis/about/env.html

Large diffs are not rendered by default.

118 changes: 118 additions & 0 deletions docs/1.3.14/apis/about/events.html

Large diffs are not rendered by default.

293 changes: 293 additions & 0 deletions docs/1.3.14/apis/about/tarocomponent.html

Large diffs are not rendered by default.

116 changes: 116 additions & 0 deletions docs/1.3.14/apis/device/accelerometer/onAccelerometerChange.html

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions docs/1.3.14/apis/device/accelerometer/startAccelerometer.html

Large diffs are not rendered by default.

108 changes: 108 additions & 0 deletions docs/1.3.14/apis/device/accelerometer/stopAccelerometer.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/device/ble/closeBLEConnection.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/device/ble/createBLEConnection.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/device/ble/getBLEDeviceCharacteristics.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/device/ble/getBLEDeviceServices.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

118 changes: 118 additions & 0 deletions docs/1.3.14/apis/device/ble/onBLECharacteristicValueChange.html

Large diffs are not rendered by default.

90 changes: 90 additions & 0 deletions docs/1.3.14/apis/device/ble/onBLEConnectionStateChange.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/device/ble/readBLECharacteristicValue.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/device/ble/writeBLECharacteristicValue.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/device/bluetooth/closeBluetoothAdapter.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/device/bluetooth/getBluetoothAdapterState.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/device/bluetooth/getBluetoothDevices.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

90 changes: 90 additions & 0 deletions docs/1.3.14/apis/device/bluetooth/onBluetoothDeviceFound.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/device/bluetooth/openBluetoothAdapter.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/brightness/getScreenBrightness.html

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions docs/1.3.14/apis/device/brightness/setKeepScreenOn.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/brightness/setScreenBrightness.html

Large diffs are not rendered by default.

119 changes: 119 additions & 0 deletions docs/1.3.14/apis/device/clipboard/getClipboardData.html

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions docs/1.3.14/apis/device/clipboard/setClipboardData.html

Large diffs are not rendered by default.

125 changes: 125 additions & 0 deletions docs/1.3.14/apis/device/compass/onCompassChange.html

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions docs/1.3.14/apis/device/compass/startCompass.html

Large diffs are not rendered by default.

104 changes: 104 additions & 0 deletions docs/1.3.14/apis/device/compass/stopCompass.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/contacts/addPhoneContact.html

Large diffs are not rendered by default.

106 changes: 106 additions & 0 deletions docs/1.3.14/apis/device/deviceMotion/onDeviceMotionChange.html

Large diffs are not rendered by default.

104 changes: 104 additions & 0 deletions docs/1.3.14/apis/device/deviceMotion/startDeviceMotionListening.html

Large diffs are not rendered by default.

102 changes: 102 additions & 0 deletions docs/1.3.14/apis/device/deviceMotion/stopDeviceMotionListening.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/ibeacon/getBeacons.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/1.3.14/apis/device/ibeacon/onBeaconServiceChange.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/1.3.14/apis/device/ibeacon/onBeaconUpdate.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/ibeacon/startBeaconDiscovery.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/ibeacon/stopBeaconDiscovery.html

Large diffs are not rendered by default.

140 changes: 140 additions & 0 deletions docs/1.3.14/apis/device/netstat/getNetworkType.html

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions docs/1.3.14/apis/device/netstat/onNetworkStatusChange.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/nfc/getHCEState.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/1.3.14/apis/device/nfc/onHCEMessage.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/nfc/sendHCEMessage.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/nfc/startHCE.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/nfc/stopHCE.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/phone/makePhoneCall.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/scancode/scancode.html

Large diffs are not rendered by default.

98 changes: 98 additions & 0 deletions docs/1.3.14/apis/device/screenshot/onUserCaptureScreen.html

Large diffs are not rendered by default.

105 changes: 105 additions & 0 deletions docs/1.3.14/apis/device/systeminfo/canIUse.html

Large diffs are not rendered by default.

134 changes: 134 additions & 0 deletions docs/1.3.14/apis/device/systeminfo/getSystemInfo.html

Large diffs are not rendered by default.

126 changes: 126 additions & 0 deletions docs/1.3.14/apis/device/systeminfo/getSystemInfoSync.html

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions docs/1.3.14/apis/device/vibrate/vibrateLong.html

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions docs/1.3.14/apis/device/vibrate/vibrateShort.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/wifi/connectWifi.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/wifi/getConnectedWifi.html

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions docs/1.3.14/apis/device/wifi/getWifiList.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/1.3.14/apis/device/wifi/onGetWifiList.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/1.3.14/apis/device/wifi/onWifiConnected.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/wifi/setWifiList.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/wifi/startWifi.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/device/wifi/stopWifi.html

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions docs/1.3.14/apis/extend-apis/arrayBufferToBase64.html

Large diffs are not rendered by default.

100 changes: 100 additions & 0 deletions docs/1.3.14/apis/extend-apis/base64ToArrayBuffer.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/files/getFileInfo.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/files/getSavedFileInfo.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/files/getSavedFileList.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/files/openDocument.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/files/removeSavedFile.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/files/saveFile.html

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions docs/1.3.14/apis/interface/animation/createAnimation.html

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions docs/1.3.14/apis/interface/canvas/canvasGetImageData.html

Large diffs are not rendered by default.

111 changes: 111 additions & 0 deletions docs/1.3.14/apis/interface/canvas/canvasPutImageData.html

Large diffs are not rendered by default.

114 changes: 114 additions & 0 deletions docs/1.3.14/apis/interface/canvas/canvasToTempFilePath.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/1.3.14/apis/interface/canvas/createCanvasContext.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/1.3.14/apis/interface/canvas/createContext.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/1.3.14/apis/interface/canvas/drawCanvas.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/1.3.14/apis/interface/interactives/hideLoading.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/1.3.14/apis/interface/interactives/hideToast.html

Large diffs are not rendered by default.

122 changes: 122 additions & 0 deletions docs/1.3.14/apis/interface/interactives/showActionSheet.html

Large diffs are not rendered by default.

112 changes: 112 additions & 0 deletions docs/1.3.14/apis/interface/interactives/showLoading.html

Large diffs are not rendered by default.

129 changes: 129 additions & 0 deletions docs/1.3.14/apis/interface/interactives/showModal.html

Large diffs are not rendered by default.

128 changes: 128 additions & 0 deletions docs/1.3.14/apis/interface/interactives/showToast.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/navigation/getCurrentPages.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/navigation/navigateBack.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/navigation/navigateTo.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/navigation/reLaunch.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/navigation/redirectTo.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/navigation/switchTab.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

113 changes: 113 additions & 0 deletions docs/1.3.14/apis/interface/navigationbar/setNavigationBarColor.html

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions docs/1.3.14/apis/interface/navigationbar/setNavigationBarTitle.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

111 changes: 111 additions & 0 deletions docs/1.3.14/apis/interface/pagescroll/pageScrollTo.html

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions docs/1.3.14/apis/interface/pulldownrefresh/startPullDownRefresh.html

Large diffs are not rendered by default.

108 changes: 108 additions & 0 deletions docs/1.3.14/apis/interface/pulldownrefresh/stopPullDownRefresh.html

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions docs/1.3.14/apis/interface/tabbar/hideTabBar.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/tabbar/hideTabBarRedDot.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/tabbar/removeTabBarBadge.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/tabbar/setTabBarBadge.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/tabbar/setTabBarItem.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/tabbar/setTabBarStyle.html

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions docs/1.3.14/apis/interface/tabbar/showTabBar.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/tabbar/showTabBarRedDot.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/interface/topbar/setTopBarText.html

Large diffs are not rendered by default.

105 changes: 105 additions & 0 deletions docs/1.3.14/apis/interface/window/offWindowResize.html

Large diffs are not rendered by default.

106 changes: 106 additions & 0 deletions docs/1.3.14/apis/interface/window/onWindowResize.html

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions docs/1.3.14/apis/interface/wxml/createIntersectionObserver.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Taro.createIntersectionObserver(Object component, Object options) · Taro</title><meta name="viewport" content="width=device-width"/><meta name="generator" content="Docusaurus"/><meta name="description" content="使用方式同 [`wx.createIntersectionObserver`](https://developers.weixin.qq.com/miniprogram/dev/api/wxml/wx.createIntersectionObserver.html)。"/><meta name="docsearch:version" content="1.3.14"/><meta name="docsearch:language" content="en"/><meta property="og:title" content="Taro.createIntersectionObserver(Object component, Object options) · Taro"/><meta property="og:type" content="website"/><meta property="og:url" content="https://taro.jd.com/taro/index.html"/><meta property="og:description" content="使用方式同 [`wx.createIntersectionObserver`](https://developers.weixin.qq.com/miniprogram/dev/api/wxml/wx.createIntersectionObserver.html)。"/><meta property="og:image" content="https://taro.jd.com/taro/img/logo-taro.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://taro.jd.com/taro/img/logo-taro.png"/><link rel="shortcut icon" href="/taro/img/favicon.ico"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css"/><link rel="stylesheet" href="https://storage.jd.com/taro-resource/vs.min.css"/><script type="text/javascript" src="https://storage.jd.com/taro-docs/buttons.js"></script><script type="text/javascript" src="https://storage.jd.com/taro-resource/tongji.js" async=""></script><script type="text/javascript" src="https://storage.jd.com/taro-docs/taro-doc-hotjar.js" async=""></script><script src="https://unpkg.com/vanilla-back-to-top@7.1.14/dist/vanilla-back-to-top.min.js"></script><script>
document.addEventListener('DOMContentLoaded', function() {
addBackToTop(
{"zIndex":100}
)
});
</script><script src="/taro/js/scrollSpy.js"></script><link rel="stylesheet" href="/taro/css/prism.css"/><link rel="stylesheet" href="/taro/css/main.css"/><script src="/taro/js/codetabs.js"></script></head><body class="sideNavVisible separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/taro/"><img class="logo" src="/taro/img/logo-taro.png" alt="Taro"/><h2 class="headerTitleWithLogo">Taro</h2></a><a href="/taro/versions.html"><h3>1.3.14</h3></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/taro/docs/1.3.14/README.html" target="_self">文档</a></li><li class=""><a href="/taro/docs/1.3.14/components-desc.html" target="_self">组件库</a></li><li class=""><a href="/taro/docs/1.3.14/apis/about/desc.html" target="_self">API</a></li><li class="navSearchWrapper reactNavSearchWrapper"><input type="text" id="search_input_react" placeholder="Search" title="Search"/></li><li class=""><a href="https://taro-ui.jd.com" target="_self">Taro-UI</a></li><li class=""><a href="https://taro-ext.jd.com" target="_self">物料市场</a></li><li class=""><a href="https://taro-club.jd.com" target="_self">论坛</a></li></ul></nav></div></header></div></div><div class="navPusher"><div class="docMainWrapper wrapper"><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://github.com/nervjs/taro/edit/master/docs/apis/interface/wxml/createIntersectionObserver.md" target="_blank" rel="noreferrer noopener">Edit</a><h1 id="__docusaurus" class="postHeaderTitle">Taro.createIntersectionObserver(Object component, Object options)</h1></header><article><div><span><p>使用方式同 <a href="https://developers.weixin.qq.com/miniprogram/dev/api/wxml/wx.createIntersectionObserver.html"><code>wx.createIntersectionObserver</code></a></p>
<p><strong>示例代码:</strong></p>
<pre><code class="hljs css language-jsx"><span class="token keyword">import</span> Taro <span class="token keyword">from</span> <span class="token string">'@tarojs/taro'</span>

<span class="token keyword">const</span> observer <span class="token operator">=</span> Taro<span class="token punctuation">.</span><span class="token function">createIntersectionObserver</span><span class="token punctuation">(</span><span class="token keyword">this</span><span class="token punctuation">,</span> <span class="token punctuation">{</span> thresholds<span class="token operator">:</span> <span class="token punctuation">[</span><span class="token number">0</span><span class="token punctuation">]</span><span class="token punctuation">,</span> observeAll<span class="token operator">:</span> <span class="token boolean">true</span> <span class="token punctuation">}</span><span class="token punctuation">)</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="api支持度"></a><a href="#api支持度" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>API支持度</h2>
<table>
<thead>
<tr><th style="text-align:center">API</th><th style="text-align:center">微信小程序</th><th style="text-align:center">H5</th><th style="text-align:center">ReactNative</th></tr>
</thead>
<tbody>
<tr><td style="text-align:center">Taro.createIntersectionObserver</td><td style="text-align:center">✔️</td><td style="text-align:center"></td><td style="text-align:center"></td></tr>
</tbody>
</table>
</span></div></article></div><div class="docs-prevnext"></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#api支持度">API支持度</a></li></ul></nav></div><footer class="footer" id="footer"><div class="grid_c1 footer_cont"><div class="footer_logo_container"><div class="footer_logo"></div><span class="footer_designedby"></span></div><div class="footer_link_container"><div class="footer_link"><h3 class="footer_link_tit footer_link_tit1">相关资源</h3><p><a class="link" href="https://taro.jd.com/" target="_blank">Taro</a></p><p><a class="link" href="https://taro-ui.jd.com/" target="_blank">Taro UI</a></p><p><a class="link" href="https://at-ui.github.io/at-ui/#/zh" target="_blank">At-UI</a></p><p><a class="link" href="https://nerv.aotu.io/" target="_blank">Nerv</a></p><p><a class="link" href="https://athena.aotu.io/" target="_blank">Athena</a></p></div><div class="footer_link"><h3 class="footer_link_tit footer_link_tit2">社区</h3><p><a href="https://github.com/NervJS/taro/issues" target="_blank">GitHub</a></p><p><a href="https://taro-club.jd.com" target="_blank">Taro BBS</a></p><p class="footer_link_connect_wrap"><span class="footer_link_connect footer_link_wechat">微信<span class="wechat_qrcode_icon"><svg t="1554966525626" class="icon svgicon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2588" data-spm-anchor-id="a313x.7781069.0.i0"><path d="M240.071 241.095h59.278v59.278h-59.278v-59.278z" fill="" p-id="2589"></path><path d="M405.959 134.485h-272.611v272.611h106.723v47.445h59.278v-47.445h106.723v-59.278h47.445v-47.445h-47.445l-0.114-165.888zM346.795 347.819h-154.169v-154.055h154.055v154.055h0.114zM240.071 727.154h59.278v59.278h-59.278v-59.278zM726.016 241.095h59.278v59.278h-59.278v-59.278zM512.683 509.042v63.943h59.278v-59.165h47.445v-59.278h-47.445v-47.445h-59.278v101.945zM512.683 725.789v60.643h59.278v-106.723h47.445v-59.278h-106.723v105.358zM571.961 786.432h47.445v47.445h-47.445v-47.445zM453.405 833.877v59.165h118.557v-59.165h-118.557z" fill="" p-id="2590"></path><path d="M678.685 679.709h-59.278v106.723h106.61v-59.278h-47.331v-47.445zM726.016 893.042h166.002v-59.165h-106.723v-47.445h-59.278v106.61zM892.018 513.821v-59.278h-106.723v59.278h106.723zM832.739 727.154h59.278v59.278h-59.278v-59.278zM453.405 347.819h59.278v59.278h-59.278v-59.278zM726.016 454.542v-47.445h166.002v-272.611h-272.611v59.278h-106.723v47.445h106.723v59.165h-47.445v47.445h47.445v59.278h59.278v47.445h47.331zM678.685 193.763h154.055v154.055h-154.055v-154.055zM678.685 572.985h47.331v47.445h-47.331v-47.445zM785.294 679.709h-59.278v47.445h106.723v-106.723h59.278v-47.445h-106.723v106.723zM453.405 241.095h59.278v59.278h-59.278v-59.278zM299.349 513.821h47.445v59.165h-47.445v-59.165zM453.405 454.542h-106.61v59.278h59.165v59.165h47.445v-118.443z" fill="" p-id="2591"></path><path d="M405.959 786.432v-106.723h47.445v-59.278h-213.333v-106.61h-106.723v59.278h59.278v47.445h-59.278v272.611h272.611v-59.278h47.445v-47.445h-47.445zM346.795 833.877h-154.169v-154.169h154.055v154.169h0.114zM453.405 572.985h59.278v47.445h-59.278v-47.445zM619.406 513.821h59.278v59.165h-59.278v-59.165zM726.016 513.821h59.278v59.165h-59.278v-59.165z" fill="" p-id="2592"></path></svg></span></span><span class="footer_link_wechat_img"><img src="https://img11.360buyimg.com/ling/jfs/t1/105094/21/15729/35411/5e74e903Ed1490359/5991e49a33964c93.png"/></span></p></div><div class="footer_link"><h3 class="footer_link_tit footer_link_tit3">关于我们</h3><p><a href="https://aotu.io/" target="_blank">凹凸实验室</a></p><p><a href="https://aotu.io/join/" target="_blank">加入我们</a></p><p><a href="mailto:taro@jd.com?subject=【Taro 合作】合作标题">联系我们</a></p></div><div class="footer_link"><h3 class="footer_link_tit footer_link_tit4">感谢</h3><p><a href="http://jdc.jd.com/" target="_blank">用户体验设计部</a></p><p><a href="https://github.com/nervjs/taro#%E8%B4%A1%E7%8C%AE%E8%80%85%E4%BB%AC" target="_blank">Taro 贡献者们</a></p></div></div></div><div class="copyright"><div class="in">Copyright © 2019. All Rights Reserved. 粤ICP备15077732号-2</div></div></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
}
// keyCode for '/' (slash)
if (e.keyCode === 191) {
const search = document.getElementById('search_input_react');
search && search.focus();
}
});
</script><script>
var search = docsearch({

apiKey: '57b9948bff42bc0dbc6c219556fbae35',
indexName: 'taro',
inputSelector: '#search_input_react'
});
</script></body></html>
104 changes: 104 additions & 0 deletions docs/1.3.14/apis/interface/wxml/createSelectorQuery.html

Large diffs are not rendered by default.

117 changes: 117 additions & 0 deletions docs/1.3.14/apis/interface/wxml/nodesRef_boundingClientRect.html

Large diffs are not rendered by default.

140 changes: 140 additions & 0 deletions docs/1.3.14/apis/interface/wxml/nodesRef_fields.html

Large diffs are not rendered by default.

113 changes: 113 additions & 0 deletions docs/1.3.14/apis/interface/wxml/nodesRef_scrollOffset.html

Large diffs are not rendered by default.

98 changes: 98 additions & 0 deletions docs/1.3.14/apis/interface/wxml/selectorQuery_exec.html

Large diffs are not rendered by default.

112 changes: 112 additions & 0 deletions docs/1.3.14/apis/interface/wxml/selectorQuery_in.html

Large diffs are not rendered by default.

106 changes: 106 additions & 0 deletions docs/1.3.14/apis/interface/wxml/selectorQuery_select.html

Large diffs are not rendered by default.

98 changes: 98 additions & 0 deletions docs/1.3.14/apis/interface/wxml/selectorQuery_selectAll.html

Large diffs are not rendered by default.

98 changes: 98 additions & 0 deletions docs/1.3.14/apis/interface/wxml/selectorQuery_selectViewport.html

Large diffs are not rendered by default.

134 changes: 134 additions & 0 deletions docs/1.3.14/apis/location/chooseLocation.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions docs/1.3.14/apis/location/getLocation.html

Large diffs are not rendered by default.

98 changes: 98 additions & 0 deletions docs/1.3.14/apis/location/openLocation.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/multimedia/audio/createAudioContext.html

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions docs/1.3.14/apis/multimedia/audio/createInnerAudioContext.html

Large diffs are not rendered by default.

102 changes: 102 additions & 0 deletions docs/1.3.14/apis/multimedia/audio/pauseVoice.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/multimedia/audio/playVoice.html

Large diffs are not rendered by default.

102 changes: 102 additions & 0 deletions docs/1.3.14/apis/multimedia/audio/stopVoice.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/multimedia/camera/createCameraContext.html

Large diffs are not rendered by default.

124 changes: 124 additions & 0 deletions docs/1.3.14/apis/multimedia/images/chooseImage.html

Large diffs are not rendered by default.

123 changes: 123 additions & 0 deletions docs/1.3.14/apis/multimedia/images/getImageInfo.html

Large diffs are not rendered by default.

111 changes: 111 additions & 0 deletions docs/1.3.14/apis/multimedia/images/previewImage.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/multimedia/images/saveImageToPhotosAlbum.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/multimedia/map/createMapContext.html

Large diffs are not rendered by default.

111 changes: 111 additions & 0 deletions docs/1.3.14/apis/multimedia/recording/startRecord.html

Large diffs are not rendered by default.

111 changes: 111 additions & 0 deletions docs/1.3.14/apis/multimedia/recording/stopRecord.html

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions docs/1.3.14/apis/multimedia/video/chooseVideo.html

Large diffs are not rendered by default.

122 changes: 122 additions & 0 deletions docs/1.3.14/apis/multimedia/video/createVideoContext.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/multimedia/video/saveVideoToPhotosAlbum.html

Large diffs are not rendered by default.

127 changes: 127 additions & 0 deletions docs/1.3.14/apis/network/fileTransfer/downloadFile.html

Large diffs are not rendered by default.

128 changes: 128 additions & 0 deletions docs/1.3.14/apis/network/fileTransfer/uploadFile.html

Large diffs are not rendered by default.

116 changes: 116 additions & 0 deletions docs/1.3.14/apis/network/request/addInterceptor.html

Large diffs are not rendered by default.

166 changes: 166 additions & 0 deletions docs/1.3.14/apis/network/request/request.html

Large diffs are not rendered by default.

164 changes: 164 additions & 0 deletions docs/1.3.14/apis/network/socket/SocketTask.html

Large diffs are not rendered by default.

92 changes: 92 additions & 0 deletions docs/1.3.14/apis/network/socket/closeSocket.html

Large diffs are not rendered by default.

133 changes: 133 additions & 0 deletions docs/1.3.14/apis/network/socket/connectSocket.html

Large diffs are not rendered by default.

92 changes: 92 additions & 0 deletions docs/1.3.14/apis/network/socket/onSocketClose.html

Large diffs are not rendered by default.

92 changes: 92 additions & 0 deletions docs/1.3.14/apis/network/socket/onSocketError.html

Large diffs are not rendered by default.

92 changes: 92 additions & 0 deletions docs/1.3.14/apis/network/socket/onSocketMessage.html

Large diffs are not rendered by default.

92 changes: 92 additions & 0 deletions docs/1.3.14/apis/network/socket/onSocketOpen.html

Large diffs are not rendered by default.

92 changes: 92 additions & 0 deletions docs/1.3.14/apis/network/socket/sendSocketMessage.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/open-api/address/chooseAddress.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/open-api/auth/authorize.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/open-api/bioauth/startSoterAuthentication.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions docs/1.3.14/apis/open-api/card/addCard.html

Large diffs are not rendered by default.

Loading

0 comments on commit bcded7a

Please sign in to comment.