Update README.md

main
p6zpjanrb 5 months ago
parent 6f17053802
commit 6b048e519c

@ -25,15 +25,7 @@ redIs ~
###目录结构描述 ###目录结构描述
development_of_web_application_systems. development_of_web_application_systems.
│ gunicorn_conf.py ├─.idea //配置
│ LICENSE
│ list.txt
│ main.py
│ README.md
│ uwsgi.ini
│ uwsgi.pid
├─.idea
│ │ .gitignore │ │ .gitignore
│ │ misc.xml │ │ misc.xml
│ │ modules.xml │ │ modules.xml
@ -42,8 +34,8 @@ development_of_web_application_systems.
│ └─inspectionProfiles │ └─inspectionProfiles
│ profiles_settings.xml │ profiles_settings.xml
├─static ├─static //静态库
│ ├─api │ ├─api //接口
│ │ clear.json │ │ clear.json
│ │ init.json │ │ init.json
│ │ menus.json │ │ menus.json
@ -51,7 +43,7 @@ development_of_web_application_systems.
│ │ tableSelect.json │ │ tableSelect.json
│ │ upload.json │ │ upload.json
│ │ │ │
│ ├─css │ ├─css
│ │ │ Datacages_Homeindex.css │ │ │ Datacages_Homeindex.css
│ │ │ layuimini.css │ │ │ layuimini.css
│ │ │ ProgressBarWars.css │ │ │ ProgressBarWars.css
@ -60,7 +52,7 @@ development_of_web_application_systems.
│ │ └─themes │ │ └─themes
│ │ default.css │ │ default.css
│ │ │ │
│ ├─images │ ├─images
│ ├─js │ ├─js
│ │ │ echarts-all.js │ │ │ echarts-all.js
│ │ │ jquery.js │ │ │ jquery.js
@ -70,22 +62,26 @@ development_of_web_application_systems.
│ │ └─lay-module │ │ └─lay-module
│ └─lib │ └─lib
└─templates └─templates
│ .gitattributes │ │ .gitattributes
│ .gitignore │ │ .gitignore
│ index.html │ │ index.html //主页面
│ LICENSE │ │ LICENSE //layuimini许可证
│ │
└─page │ └─page //功能页面
404.html │ 404.html
button.html │ button.html
index.html │ index.html
login.html │ login.html
register.html │ register.html
table.html │ table.html
user.html │ user.html
warings.html │ warings.html
├─ uwsgi.ini
├─ uwsgi.pid
├─ gunicorn_conf.py
├─ main.py //主函数
├─ LICENSE //许可证
├─ README.md
*** ***
###V1.0.0 版本内容更新 ###V1.0.0 版本内容更新

Loading…
Cancel
Save