feat: InspiraUI
Some checks failed
/ surge (push) Successful in 2m41s
/ build-and-deploy-to-vercel (push) Successful in 2m59s
/ lint-build-and-check (push) Has been cancelled
/ playwright (push) Has been cancelled

This commit is contained in:
严浩
2025-04-01 11:55:16 +08:00
parent db2c210a09
commit 8f2a77702b
36 changed files with 1053 additions and 372 deletions

View File

@ -19,4 +19,20 @@ const bgColor = computed(() => (isDarkTheme.value ? '#000' : '#fff'));
Card Spotlight
</CardSpotlight>
</div>
<Dock class="mb-6">
<DockIcon>
<Icon-mdi-github class="size-full" />
</DockIcon>
<DockSeparator />
<DockIcon>
<Icon-mdi-google-drive class="size-full" />
</DockIcon>
<DockIcon>
<Icon-logos-notion-icon class="size-full" />
</DockIcon>
<DockIcon>
<Icon-logos-whatsapp-icon class="size-full" />
</DockIcon>
</Dock>
</template>