更新新需求-采集

This commit is contained in:
super
2026-06-09 21:07:50 +08:00
parent b0462df3c1
commit c3d43aa26a
20 changed files with 2084 additions and 44185 deletions
+12
View File
@@ -3,6 +3,7 @@
body {
background: var(--color-bg-light);
font-family: var(--font-family-base);
}
html {
@@ -49,3 +50,14 @@ html {
background: var(--color-bg-dark);
color: var(--color-text-dark);
}
.theme-dark a {
color: inherit;
}
.theme-dark .el-tabs__item:focus-visible,
.theme-dark button:focus-visible,
.theme-dark a:focus-visible {
outline: 2px solid rgba(96, 165, 250, 0.9);
outline-offset: 2px;
}