|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
|
|
|
|
|
##目录结构描述
|
|
|
|
|
development_of_web_application_systems.
|
|
|
|
|
├─.idea //配置
|
|
|
|
|
├─.idea //配置
|
|
|
|
|
├─static //静态库
|
|
|
|
|
│ ├─api //接口
|
|
|
|
|
│ ├─css
|
|
|
|
@ -36,10 +36,10 @@ development_of_web_application_systems.
|
|
|
|
|
└─templates
|
|
|
|
|
│ │ .gitattributes
|
|
|
|
|
│ │ .gitignore
|
|
|
|
|
│ │ index.html //主页面
|
|
|
|
|
│ │ LICENSE //layuimini许可证
|
|
|
|
|
│ │ index.html //主页面
|
|
|
|
|
│ │ LICENSE //layuimini许可证
|
|
|
|
|
│ │
|
|
|
|
|
│ └─page //功能页面
|
|
|
|
|
│ └─page //功能页面
|
|
|
|
|
│ 404.html
|
|
|
|
|
│ button.html
|
|
|
|
|
│ index.html
|
|
|
|
@ -51,8 +51,8 @@ development_of_web_application_systems.
|
|
|
|
|
├─ uwsgi.ini
|
|
|
|
|
├─ uwsgi.pid
|
|
|
|
|
├─ gunicorn_conf.py
|
|
|
|
|
├─ main.py //主函数
|
|
|
|
|
├─ LICENSE //许可证
|
|
|
|
|
├─ main.py //主函数
|
|
|
|
|
├─ LICENSE //许可证
|
|
|
|
|
├─ README.md
|
|
|
|
|
<br />
|
|
|
|
|
***
|
|
|
|
|