Skip to content

Commit d8c1492

Browse files
committed
edit msg
1 parent c5c0613 commit d8c1492

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

blocks/msg/zh-hant.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
goog.provide('Blockly.Msg.Webduino.zh.hant');
44

55
goog.require('Blockly.Msg.Webduino');
6+
7+
Blockly.Msg.VARIABLES_SET = "設定 %1 為 %2";
68

79
Blockly.Msg.CUSTOM_JS_CONSOLE = "控制台顯示";
810
Blockly.Msg.CUSTOM_JS_Date = "現在的日期";

blocks/webduino.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,3 +1408,4 @@ Blockly.Blocks['translate_speech'] = {
14081408
this.setHelpUrl('http://www.example.com/');
14091409
}
14101410
};
1411+

css/blockly.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,15 @@
413413
padding: 0;
414414
}
415415

416+
/* menu color */
417+
/*.blocklyTreeRoot>div:last-child>div:nth-child(1) .blocklyTreeRow{
418+
background-image:-webkit-linear-gradient(left, #5b80a5 3%, #ddd 3%);
419+
}
420+
.blocklyTreeRoot>div:last-child>div:nth-child(1):hover .blocklyTreeRow{
421+
background-image:-webkit-linear-gradient(left, #5b80a5 3%, #eee 3%);
422+
}
423+
.blocklyTreeRoot>div:last-child>div:nth-child(1) .blocklyTreeRow.blocklyTreeSelected{
424+
background-image:-webkit-linear-gradient(left, #5b80a5 0%, #5b80a5 100%);
425+
}*/
426+
416427

0 commit comments

Comments
 (0)