chore: import upstream snapshot with attribution
CI / test (20, macos-latest) (push) Has been cancelled
CI / test (20, ubuntu-latest) (push) Has been cancelled
CI / test (22, macos-latest) (push) Has been cancelled
CI / test (22, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:01:18 +08:00
commit 979fb22d7c
613 changed files with 113494 additions and 0 deletions
@@ -0,0 +1,30 @@
.starBtn {
display: inline-flex;
align-items: center;
gap: 8px;
}
.icon {
display: inline-block;
flex: 0 0 auto;
margin-top: -2px;
}
.label {
letter-spacing: 0.08em;
}
.count {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2.5ch;
padding: 0 6px;
margin-left: 4px;
border-radius: 3px;
background: rgba(255, 255, 255, 0.08);
color: var(--mist, #cfd2d1);
font-variant-numeric: tabular-nums;
font-size: 0.85em;
letter-spacing: 0.04em;
}