commit c907c7af291451d59c28099c569d594397979a70 Author: fhysy <1149505133@qq.com> Date: Fri Jun 14 10:15:13 2024 +0800 初始化提交 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82ca3e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +.DS_Store +node_modules/ +dist/ +.history/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +**/*.log + +tests/**/coverage/ +tests/e2e/reports +selenium-debug.log + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.local + +package-lock.json +yarn.lock diff --git a/img/BG.jpg b/img/BG.jpg new file mode 100644 index 0000000..dd4f473 Binary files /dev/null and b/img/BG.jpg differ diff --git a/img/GIS.png b/img/GIS.png new file mode 100644 index 0000000..d09a4b1 Binary files /dev/null and b/img/GIS.png differ diff --git a/img/Inspection.png b/img/Inspection.png new file mode 100644 index 0000000..15ee859 Binary files /dev/null and b/img/Inspection.png differ diff --git a/img/SCADA.png b/img/SCADA.png new file mode 100644 index 0000000..020c29b Binary files /dev/null and b/img/SCADA.png differ diff --git a/img/exam.png b/img/exam.png new file mode 100644 index 0000000..ff26afd Binary files /dev/null and b/img/exam.png differ diff --git a/img/gasBottle.png b/img/gasBottle.png new file mode 100644 index 0000000..999ce92 Binary files /dev/null and b/img/gasBottle.png differ diff --git a/img/header-title.png b/img/header-title.png new file mode 100644 index 0000000..4836cad Binary files /dev/null and b/img/header-title.png differ diff --git a/img/icon-center.png b/img/icon-center.png new file mode 100644 index 0000000..b32b27e Binary files /dev/null and b/img/icon-center.png differ diff --git a/img/line.png b/img/line.png new file mode 100644 index 0000000..a765394 Binary files /dev/null and b/img/line.png differ diff --git a/img/manage-center.png b/img/manage-center.png new file mode 100644 index 0000000..5bc1ae9 Binary files /dev/null and b/img/manage-center.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..1e2d0cc --- /dev/null +++ b/index.html @@ -0,0 +1,199 @@ + + + + + + + + + 数字燃气综合管理系统 + + + + +
+ +
+
+ + 数字燃气综合管理系统 + +
+
+
+ + + + + + +
+
+
+ + + + \ No newline at end of file