补充中文语言包

This commit is contained in:
feibisi 2025-06-24 11:50:33 +08:00
parent 0ecad06f54
commit 836b293850
18 changed files with 5061 additions and 2398 deletions

View file

@ -1634,8 +1634,8 @@ div#network_dashboard_right_now .inside {
.msd-widget-toggle .description {
margin: 0;
font-size: 13px;
color: var(--msd-text-light);
font-size: 11px;
color: #8c8c8c;
line-height: 1.4;
}
@ -1869,3 +1869,33 @@ body.modal-open {
display: inline-block;
filter: grayscale(55%);
}
.msd-update-notice {
display: flex;
align-items: center;
gap: 8px;
padding: 8px;
margin-bottom: var(--msd-spacing);
background: #fff3cd;
border: 1px solid #ffeaa7;
border-radius: var(--msd-radius-small);
color: #856404;
font-size: 13px;
font-weight: 500;
}
.msd-update-notice .dashicons {
color: #dba617;
font-size: 16px;
line-height: 1.2;
}
.msd-update-link {
color: var(--msd-primary);
text-decoration: none;
font-weight: 500;
}
.msd-update-link:hover {
text-decoration: underline;
}