Compare commits
5 Commits
bf43421b1b
...
4d339023da
Author | SHA1 | Date | |
---|---|---|---|
4d339023da | |||
2be9be9f61 | |||
320271b756 | |||
4ecc0bd8fc | |||
ea6d0b71be |
|
@ -214,3 +214,11 @@ footer {
|
|||
-ms-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
#tab-debug {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#tab-ref {
|
||||
display: none;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 48 KiB |
Binary file not shown.
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 55 KiB |
14
js/l10n.js
14
js/l10n.js
|
@ -117,7 +117,7 @@ l10n.MESSAGES = {
|
|||
|
||||
'tutorial-2': {
|
||||
'en': 'Set switches A7-A0 to 00 111 010 (up for 1, down for 0).',
|
||||
'zh': '将地址开关 A7-A0 依次设置为 00 111 010 (开关朝上为 1,开关朝下为 0)',
|
||||
'zh': '将开关 A7-A0 依次设置为 00 111 010 (开关朝上为 1,开关朝下为 0)',
|
||||
},
|
||||
|
||||
'tutorial-3': {
|
||||
|
@ -127,7 +127,7 @@ l10n.MESSAGES = {
|
|||
|
||||
'tutorial-4': {
|
||||
'en': 'Set switches A7-A0 to 10 000 000.',
|
||||
'zh': '将地址开关 A7-A0 依次设置为 10 000 000',
|
||||
'zh': '将开关 A7-A0 依次设置为 10 000 000',
|
||||
},
|
||||
|
||||
'tutorial-5': {
|
||||
|
@ -142,7 +142,7 @@ l10n.MESSAGES = {
|
|||
|
||||
'tutorial-7': {
|
||||
'en': 'Set switches A7-A0 to 10 000 000.',
|
||||
'zh': '将地址开关 A7-A0 依次设置为 10 000 000',
|
||||
'zh': '将开关 A7-A0 依次设置为 10 000 000',
|
||||
},
|
||||
|
||||
'tutorial-8': {
|
||||
|
@ -152,7 +152,7 @@ l10n.MESSAGES = {
|
|||
|
||||
'tutorial-9': {
|
||||
'en': 'Set switches A7-A0 to 00 000 001 (the first number to be added, or 1 in decimal).',
|
||||
'zh': '将地址开关 A7-A0 依次设置为 00 000 001(即第一个加数的值,也就是十进制的 1)',
|
||||
'zh': '将开关 A7-A0 依次设置为 00 000 001(即第一个加数的值,也就是十进制的 1)',
|
||||
},
|
||||
|
||||
'tutorial-10': {
|
||||
|
@ -162,7 +162,7 @@ l10n.MESSAGES = {
|
|||
|
||||
'tutorial-11': {
|
||||
'en': 'Set switches A7-A0 to 00 000 010 (the second number to be added, or 2 in decimal).',
|
||||
'zh': '将地址开关 A7-A0 依次设置为 00 000 010(即第二个加数的值,也就是十进制的 2)',
|
||||
'zh': '将开关 A7-A0 依次设置为 00 000 010(即第二个加数的值,也就是十进制的 2)',
|
||||
},
|
||||
|
||||
'tutorial-12': {
|
||||
|
@ -187,7 +187,7 @@ l10n.MESSAGES = {
|
|||
|
||||
'tutorial-16': {
|
||||
'en': 'Set switches A7-A0 to 10 000 010 (the address that holds the sum).',
|
||||
'zh': '将地址开关 A7-A0 依次设置为 10 000 010(即存储计算结果的地址)',
|
||||
'zh': '将开关 A7-A0 依次设置为 10 000 010(即存储计算结果的地址)',
|
||||
},
|
||||
|
||||
'tutorial-17': {
|
||||
|
@ -197,7 +197,7 @@ l10n.MESSAGES = {
|
|||
|
||||
'tutorial-18': {
|
||||
'en': 'The LEDs D7-D0 show the result 00 000 011 (3 in decimal).',
|
||||
'zh': 'LED 等显示出计算结果 00 000 011(即十进制的 3)',
|
||||
'zh': 'LED 灯 D7-D0 显示出计算结果 00 000 011(即十进制的 3)',
|
||||
},
|
||||
|
||||
'tutorial-19': {
|
||||
|
|
|
@ -876,7 +876,6 @@ panel.onToggle = function(id) {
|
|||
}
|
||||
panel.addressSwitchStates[bitIndex] = state ? 0 : 1;
|
||||
} else if (id == 'OFF-ON') {
|
||||
console.log(panel.isPoweredOn);
|
||||
if (panel.isPoweredOn) {
|
||||
panel.onPowerOff();
|
||||
panel.switchUp(id);
|
||||
|
|
Loading…
Reference in New Issue
Block a user