feat: add new brand logos
Desktop Client Build / Resolve Build Metadata (push) Successful in 26s
Frontend CI / Frontend (push) Successful in 3m23s
Backend CI / Backend (push) Successful in 16m58s
Desktop Client Build / Build Desktop Client (push) Successful in 24m56s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 36s

- Introduced icon-color.svg featuring a colorful gradient design.
- Added icon-with-title.svg that includes a title and multiple gradient elements.
This commit is contained in:
2026-05-31 23:05:27 +08:00
parent e490a267ff
commit e07a87224d
21 changed files with 787 additions and 135 deletions
@@ -443,15 +443,15 @@ onBeforeUnmount(() => {
border-radius: 50%;
display: grid;
place-items: center;
background: linear-gradient(135deg, #1677ff 0%, #4096ff 100%);
background: linear-gradient(135deg, #6e55ff 0%, #00c6ff 100%);
box-shadow:
0 10px 22px rgba(22, 119, 255, 0.28),
0 10px 22px rgba(110, 85, 255, 0.28),
inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.brand-logo-img {
width: 60%;
height: 60%;
width: 72%;
height: 72%;
object-fit: contain;
}