Skip to content

Commit

Permalink
Update mqtt_basic_page.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored May 15, 2024
1 parent ddad077 commit 7f446cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mqtt_basic_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
text_create('id',300,30,120,60,'#ffffff','#000000',14,1,'',999,true);
span_create('password',0,110,24,'密碼:',999);
text_create('password',300,30,120,110,'#ffffff','#000000',14,1,'',999,true);
span_create('subscribeTopic',0,160,24,'訂閱頻道:',999);
text_create('subscribeTopic',300,30,120,160,'#ffffff','#000000',14,1,'hello/aaa',999,true);
span_create('publishTopic',0,210,24,'發布頻道:',999);
text_create('publishTopic',300,30,120,210,'#ffffff','#000000',14,1,'hello/bbb',999,true);
span_create('subscribeTopic',0,160,24,'訂閱主題:',999);
text_create('subscribeTopic',300,30,120,160,'#ffffff','#000000',14,1,'',999,true);
span_create('publishTopic',0,210,24,'發布主題:',999);
text_create('publishTopic',300,30,120,210,'#ffffff','#000000',14,1,'',999,true);
button_create('set',60,30,450,210,1,null,'設定',14,999,true);
span_create('publishText',0,260,24,'發布內容:',999);
text_create('publishText',300,30,120,260,'#ffffff','#000000',14,1,'',999,true);
Expand Down

0 comments on commit 7f446cc

Please sign in to comment.