提交 6f0fbe21 编写于 作者: TommyTT's avatar TommyTT

Update README.MD

上级 5bfbaf5d
......@@ -52,3 +52,23 @@ language_list = [
"lua")
]
```
# 项目结构
```
.
├── build.sh // 启动脚本,安装docker,pip依赖等
├── common.py // 语言相关,各语言的启动方式等
├── config
│ └── python
│ ├── Dockerfile
│ └── example.py // 初始化代码示例
├── preview.yml
├── requirements
├── router.py // 路由
├── server.py // 代码运行相关
├── static
│ └── styles.css
└── templates
└── index.html
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册