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
|
|
@ -22,8 +22,8 @@
|
|||
"developer_id_signature": "PASS_100",
|
||||
"installed_application": "/Applications/HoloLake.app",
|
||||
"installed_version": "1.0.0",
|
||||
"installed_binary_sha256": "fa92285561cbafb7c1cadb57da99df607aa917417c78d9639e6c1e39959a2c93",
|
||||
"updater_archive_sha256": "00c73049624e011efbc47ec39103add576de02878b581da2bee2b6d633b5853f",
|
||||
"installed_binary_sha256": "f3cd899f99bf7667cd70a897c98ef82ea862567409f61ed6f0a485fe9bc3a96e",
|
||||
"updater_archive_sha256": "87ae061b942e631a55d7a83002686f1be939431a4cfae62986e2d637c91ffefe",
|
||||
"installed_process_readback": "PASS_100",
|
||||
"updater_artifact_signature": "PASS_100",
|
||||
"update_endpoint_http": 204,
|
||||
|
|
@ -38,7 +38,9 @@
|
|||
"deployment_plane": "BLUE_ISOLATED",
|
||||
"team_domain_permissions_assigned": false,
|
||||
"public_cutover": false,
|
||||
"bingshuo_language_master_work_repository": "NOT_REGISTERED"
|
||||
"bingshuo_language_master_work_repository": "REPO-016_CREATED_AND_FIFTH_DOMAIN_BRIDGE_VERIFIED",
|
||||
"team_login": "https://guanghu.chat/code/user/login",
|
||||
"team_login_http": 200
|
||||
},
|
||||
"known_incomplete": [
|
||||
"PERSONA_RUNTIME_NOT_BOUND_IN_PUBLIC_APP",
|
||||
|
|
|
|||
|
|
@ -527,9 +527,18 @@ function Portal() {
|
|||
官方通知、四域规则和团队发布由企业门户承载。HoloLake
|
||||
只读取经过签名审核的公共发行事实。
|
||||
</p>
|
||||
<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;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,9 @@
|
|||
"public_update_endpoint": "https://guanghulab.com/hololake/releases/latest.json",
|
||||
"public_update_release_state": "SERVER_HTTP_204_NO_PUBLIC_RELEASE",
|
||||
"enterprise_repository_registry_state": "BLUE_ISOLATED_FIVE_CENTRAL_REPOSITORIES_AND_FIVE_HUMAN_WORK_REPOSITORIES_TEAM_PERMISSIONS_NOT_ASSIGNED_NO_PUBLIC_CUTOVER",
|
||||
"bingshuo_enterprise_language_master_work_repository": "NOT_REGISTERED_EXACT_NAME_AND_NUMBER_REQUIRED_NO_INVENTION",
|
||||
"bingshuo_enterprise_language_master_work_repository": "REPO-016:bingshuo/guanghu-language-master-work",
|
||||
"team_enterprise_login": "https://guanghu.chat/code/user/login",
|
||||
"bingshuo_fifth_domain_bridge": "FD-BRIDGE-ENTERPRISE-LANGUAGE-MASTER-0001",
|
||||
"private_git": "LOCAL_USER_OWNED",
|
||||
"public_git": "SIGNED_ENTERPRISE_DISTRIBUTION_PENDING_EXACT_REGISTRY",
|
||||
"realtime_transport": "NOT_IMPLEMENTED_GIT_IS_NOT_REALTIME",
|
||||
|
|
|
|||
Loading…
Reference in a new issue