website updated

This commit is contained in:
2026-06-27 17:13:34 +08:00
committed by root
parent d93806d223
commit 6d3036fc9c
5 changed files with 122 additions and 1240 deletions

View File

@@ -515,7 +515,11 @@ h3 {
border-radius: 16px;
background: var(--primary);
color: var(--on-primary);
font-weight: 900;
}
.architecture-card .icon svg {
width: 26px;
height: 26px;
}
.architecture-card p,
@@ -545,6 +549,19 @@ h3 {
background: var(--surface);
}
.feature-icon {
width: 36px;
height: 36px;
margin-bottom: 14px;
color: var(--primary);
}
.feature-icon svg {
width: 100%;
height: 100%;
display: block;
}
.download-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@@ -556,6 +573,19 @@ h3 {
align-items: flex-start;
}
.download-icon {
width: 32px;
height: 32px;
margin-bottom: 14px;
color: var(--muted);
}
.download-icon svg {
width: 100%;
height: 100%;
display: block;
}
.status {
margin-bottom: 18px;
padding: 5px 10px;