create new theme

This commit is contained in:
2025-08-28 19:57:21 +05:00
parent 71522ef88d
commit 10499b1d01
16 changed files with 1579 additions and 1731 deletions

7
layouts/cover.vue Normal file
View File

@ -0,0 +1,7 @@
<template>
<div class="slidev-layout cover">
<div class="my-auto w-full">
<slot />
</div>
</div>
</template>