From c33268d85183440704b8aac9b0141c7dd0efd334 Mon Sep 17 00:00:00 2001 From: hejin Date: Sun, 7 Sep 2025 23:38:09 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=BC=B9=E7=AA=97=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E6=93=8D=E4=BD=9C=20---=20=E5=B7=B2=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 ++- src/application/online.vue | 12 +++++- src/application/search-result.vue | 29 +++++++------ src/assets/images/icon/empty.png | Bin 0 -> 1969 bytes src/components/empty.vue | 28 +++++++++++++ src/components/online-modal.vue | 67 ++++++++++++++++++++++++++++-- src/locale/en.json | 5 ++- src/locale/zh-Hans.json | 5 ++- src/main.js | 2 + src/manifest.json | 11 +++-- 10 files changed, 139 insertions(+), 26 deletions(-) create mode 100644 src/assets/images/icon/empty.png create mode 100644 src/components/empty.vue diff --git a/src/App.vue b/src/App.vue index 2eb3185..f5d3c8d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,13 +7,15 @@ \ No newline at end of file diff --git a/src/components/online-modal.vue b/src/components/online-modal.vue index c6a9f5e..6264420 100644 --- a/src/components/online-modal.vue +++ b/src/components/online-modal.vue @@ -5,7 +5,7 @@ {{$t('common.Quickcontact')}} - + @@ -17,15 +17,23 @@ - {{useIndex().appInfo.email}} + + + + - + - {{useIndex().appInfo.tel}} + {{useIndex().appInfo.whatsapp}} @@ -40,16 +48,67 @@