feat(theme-4): fix dark backgrounds, quick bet, inbox spacing, customer service theme

This commit is contained in:
mars
2026-07-09 18:03:57 +08:00
parent dcf9afacd6
commit ecfea51545
124 changed files with 26710 additions and 8578 deletions

View File

@@ -0,0 +1,10 @@
<script setup lang="ts">
import DesktopAuthLayout from '../../components/desktop/DesktopAuthLayout.vue';
import LoginView from '../LoginView.vue';
</script>
<template>
<DesktopAuthLayout>
<LoginView desktop />
</DesktopAuthLayout>
</template>