File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- /*
2- * demo site: https://webbit.webduino.io/blockly/?demo=default#EqdrNJvwYzQy6
3- */
4-
51~ async function ( ) {
62 // 載入 js 之後顯示所有元件
73 const content = document . querySelector ( '.content' ) ;
208204 self . addEventListener ( 'click' , ( ) => {
209205 mqttPush ( list . topic1 , list [ self . id ] ) ;
210206 self . classList . add ( 'click' ) ;
211- setTimeout ( ( ) => {
207+ setTimeout ( ( ) => {
212208 self . classList . remove ( 'click' ) ;
213- } , 100 ) ;
209+ } , 100 ) ;
214210 } ) ;
215211 } ) ;
216212
221217 self . addEventListener ( 'click' , ( ) => {
222218 mqttPush ( list . topic1 , list [ msg ] ) ;
223219 self . classList . add ( 'click' ) ;
224- setTimeout ( ( ) => {
220+ setTimeout ( ( ) => {
225221 self . classList . remove ( 'click' ) ;
226- } , 100 ) ;
222+ } , 100 ) ;
227223 } ) ;
228224 } ) ;
229225
Original file line number Diff line number Diff line change 66
77 ( 由於一些軟體內建的瀏覽器,手勢下拉時會關閉畫面,因此比較建議使用手機的 Chrome 操作 )
88
9+ ![ ] ( media/qrcode.jpg )
10+
911<br />
1012<br />
1113
You can’t perform that action at this time.
0 commit comments