From a643957589406d867ea7d455a811cf6eb50764f2 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 9 Oct 2025 13:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E9=A1=B5=E9=9D=A2=E6=95=B4?= =?UTF-8?q?=E6=94=B9=E5=AE=8C=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/DevelopNews.vue | 49 ++ .../applicationCustomization/index.vue | 671 ++++-------------- app/components/Navigation.vue | 31 +- app/components/about/aboutUs.vue | 2 +- app/layouts/article.vue | 13 - app/layouts/mini.vue | 12 + .../IoTSolutions/Internet_Things_IOT.vue | 241 +++++++ .../IoTSolutions/Internet_Things_hardware.vue | 244 +++++++ app/pages/industrySolutions/cabinet.vue | 262 +++++++ app/pages/new.vue | 2 +- app/pages/sharedSolutions/carShare.vue | 281 ++++++++ app/pages/sharedSolutions/scooter.vue | 261 +++++++ app/pages/sharedSolutions/sharebank.vue | 210 ++++++ app/pages/sharedSolutions/sharedbed.vue | 345 +++++++++ app/pages/softwareDevelopment/MiniProgram.vue | 127 +++- 15 files changed, 2163 insertions(+), 588 deletions(-) delete mode 100644 app/layouts/article.vue create mode 100644 app/layouts/mini.vue create mode 100644 app/pages/IoTSolutions/Internet_Things_IOT.vue create mode 100644 app/pages/IoTSolutions/Internet_Things_hardware.vue create mode 100644 app/pages/industrySolutions/cabinet.vue create mode 100644 app/pages/sharedSolutions/carShare.vue create mode 100644 app/pages/sharedSolutions/scooter.vue create mode 100644 app/pages/sharedSolutions/sharebank.vue create mode 100644 app/pages/sharedSolutions/sharedbed.vue diff --git a/app/components/DevelopNews.vue b/app/components/DevelopNews.vue index bba3bb7..77a8a68 100644 --- a/app/components/DevelopNews.vue +++ b/app/components/DevelopNews.vue @@ -1,3 +1,52 @@ + +