feat(hololake): expose enterprise team repository login

This commit is contained in:
冰朔 2026-09-03 16:13:17 +08:00
commit 893c1a0a12
4 changed files with 25 additions and 7 deletions

View file

@ -527,9 +527,18 @@ function Portal() {
HoloLake
</p>
<a href="https://guanghu.chat" target="_blank" rel="noreferrer">
</a>
<div className="portal-actions">
<a href="https://guanghu.chat" target="_blank" rel="noreferrer">
</a>
<a
href="https://guanghu.chat/code/user/login"
target="_blank"
rel="noreferrer"
>
</a>
</div>
</section>
</div>
);

View file

@ -601,6 +601,11 @@ main {
.portal p {
max-width: 570px;
}
.portal-actions {
display: flex;
gap: 10px;
margin-top: 12px;
}
.portal .origin-light {
width: 72px;
height: 72px;