为文档添加i18n插件并新增繁体中文语言

This commit is contained in:
Super Manito
2025-06-22 12:32:19 +08:00
parent 5996b250a5
commit b169186c73
73 changed files with 2091 additions and 122 deletions

View File

@@ -111,7 +111,6 @@
background-color: hsla(240, 9%, 75%, 0.33);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
z-index: 999 !important;
}
[data-md-color-scheme='slate'] .md-header {
@@ -144,6 +143,11 @@
width: calc(100vw - 3rem - 1.2rem);
padding-left: .6rem;
}
[dir=ltr] .md-header__title {
margin-left: 6px;
margin-right: .4rem;
}
}
.md-tabs__link {
@@ -166,6 +170,46 @@
vertical-align: -0.35em !important;
}
.md-select__inner {
border-radius: 8px;
}
.md-select__inner .md-select__list {
padding: 8px !important;
font-size: .75rem !important;
}
.md-select__inner .md-select__list .md-select__item {
margin: 1px;
border-radius: 8px;
transition: background-color 0.2s;
}
[dir=ltr] .md-select__inner .md-select__list .md-select__item .md-select__link {
padding-left: 12px !important;
padding-right: 12px !important;
}
.md-select__inner .md-select__list .md-select__item:hover {
background-color: rgb(243, 243, 245);
}
[data-md-color-scheme='slate'] .md-select__inner .md-select__list .md-select__item:hover {
background-color: rgba(255, 255, 255, 0.07);
}
.palette-icon svg {
width: 26px;
height: 26px;
}
@media screen and (max-width: 768px) {
.palette-icon svg {
width: 22px;
height: 22px;
}
}
/* HERO */
.hero {
width: 390px;