Skip to content

Commit a0c091f

Browse files
committed
移除所有區塊的幫助網址,將其設置為空字串
1 parent 9535616 commit a0c091f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blockly/blocks.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Blockly.Blocks['ev3bt_new'] = {
3434
this.setOutput(true);
3535
this.setColour(230);
3636
this.setTooltip('');
37-
this.setHelpUrl('https://tutorials.webduino.io/');
37+
this.setHelpUrl('');
3838
}
3939
};
4040

@@ -58,7 +58,7 @@ Blockly.Blocks['ev3bt_sendmsg'] = {
5858
this.setNextStatement(true, null);
5959
this.setColour(65);
6060
this.setTooltip('');
61-
this.setHelpUrl('https://tutorials.webduino.io/');
61+
this.setHelpUrl('');
6262
}
6363
};
6464

@@ -78,7 +78,7 @@ Blockly.Blocks['ev3bt_recv'] = {
7878
this.setNextStatement(true, null);
7979
this.setColour(65);
8080
this.setTooltip('');
81-
this.setHelpUrl('https://tutorials.webduino.io/');
81+
this.setHelpUrl('');
8282
}
8383
};
8484

@@ -92,6 +92,6 @@ Blockly.Blocks['ev3bt_getmsg'] = {
9292
this.setOutput(true, null);
9393
this.setColour(35);
9494
this.setTooltip('');
95-
this.setHelpUrl('https://tutorials.webduino.io/');
95+
this.setHelpUrl('');
9696
}
9797
};

0 commit comments

Comments
 (0)