feat: project persona repository binding readiness
This commit is contained in:
parent
dff2521b41
commit
8412d0e458
27 changed files with 500 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { useState } from 'react'
|
||||
import type { AppLocale } from '../lib/i18n'
|
||||
import { Button } from './ui/button'
|
||||
import { PersonaRepositoryBindingPanel } from './PersonaRepositoryBindingPanel'
|
||||
import { PersonaRuntimeProjectionPanel } from './PersonaRuntimeProjectionPanel'
|
||||
|
||||
type FifthDomainSystemId = 'pufferfish' | 'eternal-lake-heart'
|
||||
|
|
@ -148,6 +149,11 @@ export function FifthDomainSystems({
|
|||
<div><dt>系统归属</dt><dd>冰朔个人系统</dd></div>
|
||||
<div><dt>下一频道</dt><dd>心跳核心频道</dd></div>
|
||||
</dl>
|
||||
<PersonaRepositoryBindingPanel
|
||||
locale={locale}
|
||||
personaId="ICE-P-ZY001"
|
||||
repositoryPaths={repositoryPaths}
|
||||
/>
|
||||
<PersonaRuntimeProjectionPanel
|
||||
locale={locale}
|
||||
personaId="ICE-P-ZY001"
|
||||
|
|
|
|||
Loading…
Reference in a new issue