diff --git a/public/images/airInfo/bg.png b/public/images/airInfo/bg.png new file mode 100644 index 0000000..43a480e Binary files /dev/null and b/public/images/airInfo/bg.png differ diff --git a/public/images/airInfo/dust-icon.png b/public/images/airInfo/dust-icon.png new file mode 100644 index 0000000..4843b0f Binary files /dev/null and b/public/images/airInfo/dust-icon.png differ diff --git a/public/images/airInfo/fan-v-icon.png b/public/images/airInfo/fan-v-icon.png new file mode 100644 index 0000000..bf3e83d Binary files /dev/null and b/public/images/airInfo/fan-v-icon.png differ diff --git a/public/images/airInfo/o2-icon.png b/public/images/airInfo/o2-icon.png new file mode 100644 index 0000000..c2a6d48 Binary files /dev/null and b/public/images/airInfo/o2-icon.png differ diff --git a/public/images/airInfo/tempture-icon.png b/public/images/airInfo/tempture-icon.png new file mode 100644 index 0000000..a66b4a7 Binary files /dev/null and b/public/images/airInfo/tempture-icon.png differ diff --git a/public/images/airInfo/water-icon.png b/public/images/airInfo/water-icon.png new file mode 100644 index 0000000..4a26c24 Binary files /dev/null and b/public/images/airInfo/water-icon.png differ diff --git a/public/images/badGasInfo/bg.png b/public/images/badGasInfo/bg.png new file mode 100644 index 0000000..bb84b16 Binary files /dev/null and b/public/images/badGasInfo/bg.png differ diff --git a/public/images/fanInfo/bg.png b/public/images/fanInfo/bg.png new file mode 100644 index 0000000..0dfae84 Binary files /dev/null and b/public/images/fanInfo/bg.png differ diff --git a/public/images/fanInfo/blue-state-icon.png b/public/images/fanInfo/blue-state-icon.png new file mode 100644 index 0000000..9c19279 Binary files /dev/null and b/public/images/fanInfo/blue-state-icon.png differ diff --git a/public/images/fanInfo/red-state-icon.png b/public/images/fanInfo/red-state-icon.png new file mode 100644 index 0000000..42c07ba Binary files /dev/null and b/public/images/fanInfo/red-state-icon.png differ diff --git a/src/assets/images/fanInfo/bg.png b/src/assets/images/fanInfo/bg.png new file mode 100644 index 0000000..0dfae84 Binary files /dev/null and b/src/assets/images/fanInfo/bg.png differ diff --git a/src/assets/images/fanInfo/blue-state-icon.png b/src/assets/images/fanInfo/blue-state-icon.png new file mode 100644 index 0000000..9c19279 Binary files /dev/null and b/src/assets/images/fanInfo/blue-state-icon.png differ diff --git a/src/assets/images/fanInfo/red-state-icon.png b/src/assets/images/fanInfo/red-state-icon.png new file mode 100644 index 0000000..42c07ba Binary files /dev/null and b/src/assets/images/fanInfo/red-state-icon.png differ diff --git a/src/assets/images/transducer/bg.png b/src/assets/images/transducer/bg.png new file mode 100644 index 0000000..b6d010a Binary files /dev/null and b/src/assets/images/transducer/bg.png differ diff --git a/src/assets/images/transducer/greenLight.png b/src/assets/images/transducer/greenLight.png new file mode 100644 index 0000000..f737073 Binary files /dev/null and b/src/assets/images/transducer/greenLight.png differ diff --git a/src/assets/images/transducer/icon2.png b/src/assets/images/transducer/icon2.png new file mode 100644 index 0000000..8f8d446 Binary files /dev/null and b/src/assets/images/transducer/icon2.png differ diff --git a/src/assets/images/transducer/redLight.png b/src/assets/images/transducer/redLight.png new file mode 100644 index 0000000..74c6be9 Binary files /dev/null and b/src/assets/images/transducer/redLight.png differ diff --git a/src/assets/images/transducer/transducer.png b/src/assets/images/transducer/transducer.png new file mode 100644 index 0000000..e9a7e7f Binary files /dev/null and b/src/assets/images/transducer/transducer.png differ diff --git a/src/assets/images/usedEle/bg.png b/src/assets/images/usedEle/bg.png new file mode 100644 index 0000000..b3745bd Binary files /dev/null and b/src/assets/images/usedEle/bg.png differ diff --git a/src/assets/images/usedEle/icon-all.png b/src/assets/images/usedEle/icon-all.png new file mode 100644 index 0000000..7c38ff0 Binary files /dev/null and b/src/assets/images/usedEle/icon-all.png differ diff --git a/src/assets/images/usedEle/icon-day.png b/src/assets/images/usedEle/icon-day.png new file mode 100644 index 0000000..aa8d19c Binary files /dev/null and b/src/assets/images/usedEle/icon-day.png differ diff --git a/src/assets/images/usedEle/icon-month.png b/src/assets/images/usedEle/icon-month.png new file mode 100644 index 0000000..3d475ae Binary files /dev/null and b/src/assets/images/usedEle/icon-month.png differ diff --git a/src/assets/images/windPressure/bg.png b/src/assets/images/windPressure/bg.png new file mode 100644 index 0000000..1a17d6e Binary files /dev/null and b/src/assets/images/windPressure/bg.png differ diff --git a/src/assets/images/windPressure/icon.png b/src/assets/images/windPressure/icon.png new file mode 100644 index 0000000..0a2b6e2 Binary files /dev/null and b/src/assets/images/windPressure/icon.png differ diff --git a/src/components/content/airInfo/AirInfo.vue b/src/components/content/airInfo/AirInfo.vue new file mode 100644 index 0000000..9c175d4 --- /dev/null +++ b/src/components/content/airInfo/AirInfo.vue @@ -0,0 +1,102 @@ + + + + + diff --git a/src/components/content/airInfo/childComps/ItemInfo.vue b/src/components/content/airInfo/childComps/ItemInfo.vue new file mode 100644 index 0000000..c3383a2 --- /dev/null +++ b/src/components/content/airInfo/childComps/ItemInfo.vue @@ -0,0 +1,129 @@ + + + + + diff --git a/src/components/content/badGasInfo/BadGasInfo.vue b/src/components/content/badGasInfo/BadGasInfo.vue new file mode 100644 index 0000000..0f26fdf --- /dev/null +++ b/src/components/content/badGasInfo/BadGasInfo.vue @@ -0,0 +1,29 @@ + + + + + diff --git a/src/components/content/fanInfo/FanInfo.vue b/src/components/content/fanInfo/FanInfo.vue new file mode 100644 index 0000000..20b8966 --- /dev/null +++ b/src/components/content/fanInfo/FanInfo.vue @@ -0,0 +1,438 @@ + + + + + diff --git a/src/components/content/transducerList/TransducerList.vue b/src/components/content/transducerList/TransducerList.vue new file mode 100644 index 0000000..fdfd69c --- /dev/null +++ b/src/components/content/transducerList/TransducerList.vue @@ -0,0 +1,25 @@ + + + + + diff --git a/src/components/content/transducerList/childComps/TransducerItem.vue b/src/components/content/transducerList/childComps/TransducerItem.vue new file mode 100644 index 0000000..4aef1c2 --- /dev/null +++ b/src/components/content/transducerList/childComps/TransducerItem.vue @@ -0,0 +1,110 @@ + + + + + diff --git a/src/components/content/usedEle/UsedEle.vue b/src/components/content/usedEle/UsedEle.vue new file mode 100644 index 0000000..a623c1d --- /dev/null +++ b/src/components/content/usedEle/UsedEle.vue @@ -0,0 +1,134 @@ + + + + + diff --git a/src/components/content/windPressure/WindPressureList.vue b/src/components/content/windPressure/WindPressureList.vue new file mode 100644 index 0000000..4f36e83 --- /dev/null +++ b/src/components/content/windPressure/WindPressureList.vue @@ -0,0 +1,99 @@ + + + + + diff --git a/src/components/content/windPressure/childComps/WindPressureItem.vue b/src/components/content/windPressure/childComps/WindPressureItem.vue new file mode 100644 index 0000000..7ee0e3b --- /dev/null +++ b/src/components/content/windPressure/childComps/WindPressureItem.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue index 1b1c9f3..4afc2d9 100644 --- a/src/views/tunnel/index.vue +++ b/src/views/tunnel/index.vue @@ -1,13 +1,24 @@ - +