Update: WebSocket支持MicroPython板卡烧录固件及上传程序
This commit is contained in:
@@ -10,11 +10,17 @@ export default function addBoardFSItem () {
|
||||
menu.add({
|
||||
weight: 2,
|
||||
type: 'sep1',
|
||||
preconditionFn: () => {
|
||||
return goog.isElectron;
|
||||
},
|
||||
data: '---------'
|
||||
});
|
||||
menu.add({
|
||||
weight: 3,
|
||||
type: 'filesystem-tool',
|
||||
preconditionFn: () => {
|
||||
return goog.isElectron;
|
||||
},
|
||||
data: {
|
||||
isHtmlName: true,
|
||||
name: ContextMenu.getItem(Msg.BOARD_FS, ''),
|
||||
|
||||
Reference in New Issue
Block a user