From 6b048e519cc0b599cd60940375f1dbf7ddf7c638 Mon Sep 17 00:00:00 2001 From: p6zpjanrb <1157949412@qq.com> Date: Sun, 7 Jul 2024 21:43:47 +0800 Subject: [PATCH] Update README.md --- README.md | 54 +++++++++++++++++++++++++----------------------------- 1 file changed, 25 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 4bbdb0f..c410243 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,7 @@ redIs ~ ###目录结构描述 development_of_web_application_systems. -│ gunicorn_conf.py -│ LICENSE -│ list.txt -│ main.py -│ README.md -│ uwsgi.ini -│ uwsgi.pid -│ -├─.idea +├─.idea //配置 │ │ .gitignore │ │ misc.xml │ │ modules.xml @@ -42,8 +34,8 @@ development_of_web_application_systems. │ └─inspectionProfiles │ profiles_settings.xml │ -├─static -│ ├─api +├─static //静态库 +│ ├─api //接口 │ │ clear.json │ │ init.json │ │ menus.json @@ -51,7 +43,7 @@ development_of_web_application_systems. │ │ tableSelect.json │ │ upload.json │ │ -│ ├─css +│ ├─css │ │ │ Datacages_Homeindex.css │ │ │ layuimini.css │ │ │ ProgressBarWars.css @@ -60,7 +52,7 @@ development_of_web_application_systems. │ │ └─themes │ │ default.css │ │ -│ ├─images +│ ├─images │ ├─js │ │ │ echarts-all.js │ │ │ jquery.js @@ -70,22 +62,26 @@ development_of_web_application_systems. │ │ └─lay-module │ └─lib └─templates - │ .gitattributes - │ .gitignore - │ index.html - │ LICENSE - │ - └─page - 404.html - button.html - index.html - login.html - register.html - table.html - user.html - warings.html - - +│ │ .gitattributes +│ │ .gitignore +│ │ index.html //主页面 +│ │ LICENSE //layuimini许可证 +│ │ +│ └─page //功能页面 +│ 404.html +│ button.html +│ index.html +│ login.html +│ register.html +│ table.html +│ user.html +│ warings.html +├─ uwsgi.ini +├─ uwsgi.pid +├─ gunicorn_conf.py +├─ main.py //主函数 +├─ LICENSE //许可证 +├─ README.md *** ###V1.0.0 版本内容更新