feat: 接入编辑器和导入导出

This commit is contained in:
2026-08-16 18:16:18 +08:00
parent 191069cf31
commit 0fe7d69dba
19 changed files with 334 additions and 54 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const currentMaterials = computed(() => {
<div
v-for="value in groups"
:key="value.key"
class="cursor-pointer flex flex-col items-center justify-center text-sm h-12"
class="cursor-pointer flex flex-col items-center justify-center text-sm text-(--el-text-color-regular) h-12"
:class="{ 'bg-white/10 text-white': activeGroup === value.key }"
@click="activeGroup = value.key"
>