feat: seed default dataset sources

This commit is contained in:
2026-07-23 15:14:31 +08:00
parent 26dd3004a1
commit b053c3874a
12 changed files with 183 additions and 9 deletions

View File

@@ -753,6 +753,13 @@
font-size: 13px;
}
.explore-source-image {
width: 100%;
height: 100%;
border-radius: inherit;
object-fit: cover;
}
.explore-source-icon.blue {
background: rgb(var(--arcoblue-1));
color: rgb(var(--arcoblue-6));