This commit is contained in:
2025-12-31 18:14:12 +08:00
parent 0a03945b91
commit 418a304051
10 changed files with 627 additions and 32 deletions

View File

@@ -0,0 +1,10 @@
<script setup lang="ts">
// 行内代码组件
</script>
<template>
<code
class="bg-primary-10 text-primary dark:text-primary px-1.5 py-0.5 rounded-md font-mono text-[0.9em]"
><slot
/></code>
</template>