From 3d98a1b9d752f2fd1a5573add24bd6ea182dd8fa Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Fri, 7 Mar 2025 10:39:19 +0800 Subject: [PATCH] =?UTF-8?q?style(app):=20=E4=BC=98=E5=8C=96=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=9B=BE=E7=89=87=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整 van-popup 组件的背景颜色 - 优化详情页图片加载,使用 WebP 格式和压缩质量 - 移除首页无用代码 - 注释直播室错误处理对话框 --- app/app.vue | 3 +++ app/components/itemDetail/index.vue | 2 +- app/pages/home/index.vue | 1 - app/pages/liveRoom/index.client.vue | 28 ++++++++++++++-------------- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/app/app.vue b/app/app.vue index 406b028..ddba932 100644 --- a/app/app.vue +++ b/app/app.vue @@ -56,6 +56,9 @@ provide('slideDirection', slideDirection)