From 59b9f258a3ac10f39dae996d66cfbb15d4f9a60c Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Thu, 22 May 2025 20:18:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96YlSwiper=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 统一颜色值为小写十六进制格式 2. 调整代码格式和缩进 3. 优化分页指示器样式 4. 移除未使用的导航配置 --- src/components/YlSwiper/Index.vue | 34 ++++++++++++++++--------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/src/components/YlSwiper/Index.vue b/src/components/YlSwiper/Index.vue index 52b3668..e10f80b 100644 --- a/src/components/YlSwiper/Index.vue +++ b/src/components/YlSwiper/Index.vue @@ -86,7 +86,7 @@ const navigationConfig = computed(() => { if (hasCustomNavButtons.value) { return false; } - + // 否则使用配置的导航按钮设置 if (navigation.value === true) { return {}; @@ -164,7 +164,8 @@ defineExpose({ - + + - +
- +
-