feat(hololake): expose enterprise team repository login
This commit is contained in:
parent
46d1ef0e89
commit
893c1a0a12
4 changed files with 25 additions and 7 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue