Skip to content

Commit 6e14dee

Browse files
committed
Merge branch 'bug/8338'
2 parents 1a983ca + 12d8de5 commit 6e14dee

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.0.0] - 2025.04.11
8+
9+
### Fixed
10+
11+
- 雲端平台積木教學網址更新 [#8338](https://redmine.kingkit.codes/issues/8338)

blockly/blocks.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Blockly.Blocks['tm1637_new'] = {
99
this.setOutput(true);
1010
this.setColour(230);
1111
this.setTooltip('');
12-
this.setHelpUrl('https://tutorials.webduino.io/zh-tw/docs/cloud/component/7-segment-display.html');
12+
this.setHelpUrl('https://resource.webduino.io/docs/cloud-component/component-light/7-segment-display#tm1637_new');
1313
}
1414
};
1515

@@ -26,7 +26,7 @@ Blockly.Blocks['tm1637_brightness'] = {
2626
this.setNextStatement(true, null);
2727
this.setColour(65);
2828
this.setTooltip('');
29-
this.setHelpUrl('https://tutorials.webduino.io/zh-tw/docs/cloud/component/7-segment-display.html');
29+
this.setHelpUrl('https://resource.webduino.io/docs/cloud-component/component-light/7-segment-display#tm1637_brightness');
3030
}
3131
};
3232

@@ -43,9 +43,9 @@ Blockly.Blocks['tm1637_segments'] = {
4343
this.setNextStatement(true, null);
4444
this.setColour(65);
4545
this.setTooltip('');
46-
this.setHelpUrl('https://tutorials.webduino.io/zh-tw/docs/cloud/component/7-segment-display.html');
46+
this.setHelpUrl('https://resource.webduino.io/docs/cloud-component/component-light/7-segment-display#tm1637_segments');
4747
}
48-
};
48+
};
4949

5050
Blockly.Blocks['tm1637_showdec'] = {
5151
init: function() {
@@ -61,8 +61,8 @@ Blockly.Blocks['tm1637_showdec'] = {
6161
this.setPreviousStatement(true, null);
6262
this.setNextStatement(true, null);
6363
this.setColour(65);
64-
this.setTooltip('');
65-
this.setHelpUrl('https://tutorials.webduino.io/zh-tw/docs/cloud/component/7-segment-display.html');
64+
this.setTooltip('');
65+
this.setHelpUrl('https://resource.webduino.io/docs/cloud-component/component-light/7-segment-display#tm1637_showdec');
6666
}
6767
};
6868

@@ -76,6 +76,6 @@ Blockly.Blocks['tm1637_off'] = {
7676
this.setNextStatement(true, null);
7777
this.setColour(65);
7878
this.setTooltip('');
79-
this.setHelpUrl('https://tutorials.webduino.io/zh-tw/docs/cloud/component/7-segment-display.html');
79+
this.setHelpUrl('https://resource.webduino.io/docs/cloud-component/component-light/7-segment-display#tm1637_off');
8080
}
8181
};

0 commit comments

Comments
 (0)