From 8dc007a36ca1ad66acff265b3070ec416a89979e Mon Sep 17 00:00:00 2001 From: Seven Date: Sat, 3 Jan 2026 18:19:37 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E9=A2=9C=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=BA=E4=BA=AE?= =?UTF-8?q?=E8=89=B2=EF=BC=8C=E5=B9=B6=E8=B0=83=E6=95=B4=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84=E5=A4=A7=E5=B0=8F=E4=BB=A5=E5=A2=9E?= =?UTF-8?q?=E5=BC=BA=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/distribute/nuxt.config.ts | 2 +- packages/distribute/pages/index.vue | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/packages/distribute/nuxt.config.ts b/packages/distribute/nuxt.config.ts index 0ec72d7..d07bcbe 100644 --- a/packages/distribute/nuxt.config.ts +++ b/packages/distribute/nuxt.config.ts @@ -14,7 +14,7 @@ export default defineNuxtConfig({ ], colorMode: { - preference: 'dark', + preference: 'light', }, i18n: { diff --git a/packages/distribute/pages/index.vue b/packages/distribute/pages/index.vue index 9cc5eea..ae0351a 100644 --- a/packages/distribute/pages/index.vue +++ b/packages/distribute/pages/index.vue @@ -252,34 +252,31 @@ useHead({ v-if="app.downloads.ios" icon="i-heroicons-device-phone-mobile" label="iOS" - size="sm" + size="lg" block class="transition-all duration-300 hover:shadow-lg hover:shadow-blue-500/50 hover:-translate-y-1 active:scale-95 active:shadow-xl active:shadow-blue-500/60 touch-manipulation relative overflow-hidden group/btn" @click.stop="(e) => handleDownload(app, 'ios', e)" > - - -