Skip to content

Commit 66e2087

Browse files
oxxostudioKe, Mingze
authored andcommitted
add tutorials index list
1 parent 5a7db0b commit 66e2087

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

tutorials/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,31 @@ <h4>利用超音波傳感器控制三色 LED 燈顏色變換<a href="http://webd
106106
<a href="http://webduinoio.github.io/webduino-blockly/tutorials/ultrasonic/ultrasonic-4.html?lang=zh-hant" target="_blank">http://webduinoio.github.io/webduino-blockly/tutorials/ultrasonic/ultrasonic-4.html?lang=zh-hant</a>
107107
</li>
108108
</ul>
109+
<br/>
110+
<h3>按鈕</h3>
111+
<ul>
112+
<li>
113+
<h4>按鈕開關改變文字<a href="http://webduinoio.github.io/webduino-blockly/tutorials/button/button-1.html?lang=zh-hant#-JvWtlzE8hlI2ZKotsdT" target="_blank">( 解答 )</a></h4>
114+
<a href="http://webduinoio.github.io/webduino-blockly/tutorials/button/button-1.html?lang=zh-hant" target="_blank">http://webduinoio.github.io/webduino-blockly/tutorials/button/button-1.html?lang=zh-hant</a>
115+
</li>
116+
<li>
117+
<h4>點擊按鈕開關增加數字<a href="http://webduinoio.github.io/webduino-blockly/tutorials/button/button-2.html?lang=zh-hant#-JvWu7mS_OoeRvE-m6mD" target="_blank">( 解答 )</a></h4>
118+
<a href="http://webduinoio.github.io/webduino-blockly/tutorials/button/button-2.html?lang=zh-hant" target="_blank">http://webduinoio.github.io/webduino-blockly/tutorials/button/button-2.html?lang=zh-hant</a>
119+
</li>
120+
<li>
121+
<h4>點擊按鈕開關改變圖片位置<a href="http://webduinoio.github.io/webduino-blockly/tutorials/button/button-3.html?lang=zh-hant#-JvWuaeLK-rrGi66lVIM" target="_blank">( 解答 )</a></h4>
122+
<a href="http://webduinoio.github.io/webduino-blockly/tutorials/button/button-3.html?lang=zh-hant" target="_blank">http://webduinoio.github.io/webduino-blockly/tutorials/button/button-3.html?lang=zh-hant</a>
123+
</li>
124+
</ul>
125+
<script>
126+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
127+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
128+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
129+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
130+
131+
ga('create', 'UA-62202920-1', 'auto');
132+
ga('send', 'pageview');
133+
134+
</script>
109135
</body>
110136
</html>

0 commit comments

Comments
 (0)