chore(projects): merge branch main into example

This commit is contained in:
Soybean
2024-07-22 00:51:51 +08:00
50 changed files with 950 additions and 430 deletions

View File

@@ -9,7 +9,7 @@ defineProps<Props>();
</script>
<template>
<div class="bg-container text-base_text transition-300" :class="{ 'bg-inverted text-#1f1f1f': inverted }">
<div class="bg-container text-base-text transition-300" :class="{ 'bg-inverted text-#1f1f1f': inverted }">
<slot></slot>
</div>
</template>