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)"
>
-
handleDownload(app, 'android', e)"
>
-
handleDownload(app, 'h5', e)"
>
-