We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ff953 commit c9f5321Copy full SHA for c9f5321
README.md
@@ -5,9 +5,10 @@
5
6
## 项目结构
7
8
-```├── LICENSE
+```
9
+├── LICENSE
10
├── README.md
-├── blockly_compressed.js
11
+├── blockly_compressed.js // 需要替换node_modules/blockly/blockly_compressed.js
12
├── package-lock.json
13
├── package.json
14
├── public
@@ -42,14 +43,14 @@
42
43
│ │ └── components
44
│ │ └── BlocklyComponent.vue //代码块显示与执行代码序列化
45
│ ├── caseEdit.vue //案例编辑
-│ ├── game.vue //自由代码块编辑与仿真
46
+│ ├── game.vue //自由代码块编辑与仿真页
47
│ ├── home.vue //主页
48
│ ├── typeEdit.vue //板块编辑
49
│ └── utils
50
│ ├── drag //鼠标点击拖动组件封装
51
│ │ ├── dom.js
52
│ │ └── scroll.js
-│ └── utils.js
53
+│ └── utils.js //封装通用方法
54
└── vue.config.js
55
```
56
0 commit comments