初始化项目目录结构

This commit is contained in:
qiangyanwen 2022-05-26 09:10:52 +08:00
parent 9c776f5213
commit 79a7f7fe14
13 changed files with 68 additions and 3 deletions

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

4
.idea/misc.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (monitoring)" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/monitoring.iml" filepath="$PROJECT_DIR$/.idea/monitoring.iml" />
</modules>
</component>
</project>

8
.idea/monitoring.iml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -1,5 +1,2 @@
# monitoring # monitoring
1111

5
api/__init__.py Normal file
View File

@ -0,0 +1,5 @@
# _*_ coding: utf-8 _*_
# @Time :2022/5/26 09:09
# @Email :508737091@qq.com
# @Author :qiangyanwen
# @File :__init__.py.py

5
config/__init__.py Normal file
View File

@ -0,0 +1,5 @@
# _*_ coding: utf-8 _*_
# @Time :2022/5/26 09:09
# @Email :508737091@qq.com
# @Author :qiangyanwen
# @File :__init__.py.py

5
enums/__init__.py Normal file
View File

@ -0,0 +1,5 @@
# _*_ coding: utf-8 _*_
# @Time :2022/5/26 09:09
# @Email :508737091@qq.com
# @Author :qiangyanwen
# @File :__init__.py.py

5
main.py Normal file
View File

@ -0,0 +1,5 @@
# _*_ coding: utf-8 _*_
# @Time :2022/5/26 09:10
# @Email :508737091@qq.com
# @Author :qiangyanwen
# @File :main.py.py

5
router/__init__.py Normal file
View File

@ -0,0 +1,5 @@
# _*_ coding: utf-8 _*_
# @Time :2022/5/26 09:10
# @Email :508737091@qq.com
# @Author :qiangyanwen
# @File :__init__.py.py

5
utils/__init__.py Normal file
View File

@ -0,0 +1,5 @@
# _*_ coding: utf-8 _*_
# @Time :2022/5/26 09:10
# @Email :508737091@qq.com
# @Author :qiangyanwen
# @File :__init__.py.py