From c9da77844b0188c10b2344ed98ad7a7992e9b539 Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Wed, 21 Jan 2026 16:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=81=E5=8A=BF=E6=84=9F=E7=9F=A5=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0-=E6=AD=A6=E6=B1=89=E5=B8=82=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E5=BB=BA=E8=AE=BE=E7=94=9F=E6=80=81=E9=A1=B5=E9=9D=A2=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=B8=BF=E8=92=99=E7=94=9F=E6=80=81=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E6=A8=A1=E5=9D=97=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Community/components/HarmonyEcoCharts.vue | 1288 +++++++++++++++++ .../Community/{ => components}/StatsBar.vue | 5 + src/views/Jyh/Community/index.vue | 531 ++----- 3 files changed, 1381 insertions(+), 443 deletions(-) create mode 100644 src/views/Jyh/Community/components/HarmonyEcoCharts.vue rename src/views/Jyh/Community/{ => components}/StatsBar.vue (94%) diff --git a/src/views/Jyh/Community/components/HarmonyEcoCharts.vue b/src/views/Jyh/Community/components/HarmonyEcoCharts.vue new file mode 100644 index 0000000..b9a06e9 --- /dev/null +++ b/src/views/Jyh/Community/components/HarmonyEcoCharts.vue @@ -0,0 +1,1288 @@ + + + + + diff --git a/src/views/Jyh/Community/StatsBar.vue b/src/views/Jyh/Community/components/StatsBar.vue similarity index 94% rename from src/views/Jyh/Community/StatsBar.vue rename to src/views/Jyh/Community/components/StatsBar.vue index 1760fe1..e053869 100644 --- a/src/views/Jyh/Community/StatsBar.vue +++ b/src/views/Jyh/Community/components/StatsBar.vue @@ -1,5 +1,10 @@