build: add precompiled CLI distribution

This commit is contained in:
2026-08-29 19:00:14 +08:00
parent d074681928
commit 4d1dc76e31
77 changed files with 3461 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<template>
<div class="slidev-layout easy-layout-two-cols">
<slot />
<div class="easy-two-cols-grid">
<div><slot name="left" /></div>
<div><slot name="right" /></div>
</div>
</div>
</template>