Skip to content

Commit c9f5321

Browse files
committed
开源准备
1 parent 39ff953 commit c9f5321

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55

66
## 项目结构
77

8-
```├── LICENSE
8+
```
9+
├── LICENSE
910
├── README.md
10-
├── blockly_compressed.js
11+
├── blockly_compressed.js // 需要替换node_modules/blockly/blockly_compressed.js
1112
├── package-lock.json
1213
├── package.json
1314
├── public
@@ -42,14 +43,14 @@
4243
│   │   └── components
4344
│   │   └── BlocklyComponent.vue //代码块显示与执行代码序列化
4445
│   ├── caseEdit.vue //案例编辑
45-
│   ├── game.vue //自由代码块编辑与仿真
46+
│   ├── game.vue //自由代码块编辑与仿真页
4647
│   ├── home.vue //主页
4748
│   ├── typeEdit.vue //板块编辑
4849
│   └── utils
4950
│   ├── drag //鼠标点击拖动组件封装
5051
│   │   ├── dom.js
5152
│   │   └── scroll.js
52-
│   └── utils.js
53+
│   └── utils.js //封装通用方法
5354
└── vue.config.js
5455
```
5556

0 commit comments

Comments
 (0)