新增部分软件源

This commit is contained in:
Super Manito
2025-10-14 15:32:16 +08:00
parent 61868705dd
commit cae539f6b7
18 changed files with 1420 additions and 689 deletions

View File

@@ -8,6 +8,7 @@
--hero-background-image: linear-gradient(90deg, rgb(104 104 104) 50%, rgb(104 104 104) 50%);
--navbar-background: hsla(240, 9%, 75%, 0.33);
--component-border-radius: 8px;
--td-radius-default: 5px;
--component-hover-color: rgba(0, 0, 0, 0.05);
}
@@ -730,6 +731,14 @@
z-index: 4;
}
.t-table__filter-icon-wrap {
color: var(--md-default-fg-color--light);
}
.t-table__filter-pop .t-table__filter-pop-content .t-table__filter-pop-content-inner {
padding: 6px var(--td-comp-paddingLR-l);
}
/* termynal 插件 */
.termy {
padding: 65px 25px 35px !important;