From 3255e57e05fb4997fe0d4fe75b733294f38f804d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sat, 25 Oct 2025 14:52:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=89=93=E5=8C=85=EF=BC=9B?= =?UTF-8?q?=E4=BF=AE=E5=A4=8DdeepMate=20logo=E8=A6=86=E7=9B=96=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 9 +++++++++ components/DeepMate.vue | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .hbuilderx/launch.json diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..1b8d0f6 --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,9 @@ +{ + "version" : "1.0", + "configurations" : [ + { + "playground" : "custom", + "type" : "uni-app:app-android" + } + ] +} diff --git a/components/DeepMate.vue b/components/DeepMate.vue index bcf2b38..72b7be8 100644 --- a/components/DeepMate.vue +++ b/components/DeepMate.vue @@ -233,7 +233,6 @@ export default { width: 40px; height: 40px; border-radius: 50%; - z-index: 5; } .ripple-effect {