mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
fix: restore panel preload status strip markup
This commit is contained in:
@@ -3132,6 +3132,11 @@ function _renderCogStatusStrip(graph, loadInfo, canRender, targetEl) {
|
||||
<div class="bme-cog-status-card__label"><i class="fa-solid fa-user"></i> 当前场景锚点</div>
|
||||
<div class="bme-cog-status-card__value">${_escHtml(
|
||||
activeOwnerLabels.length > 0
|
||||
? activeOwnerLabels.join(" / ")
|
||||
: activeOwner
|
||||
? _getOwnerDisplayInfo(activeOwner, collisionIndex).title
|
||||
: activeOwnerKey || "—",
|
||||
)}</div>
|
||||
</div>
|
||||
<div class="bme-cog-status-card">
|
||||
<div class="bme-cog-status-card__label"><i class="fa-solid fa-users"></i> 认知角色数</div>
|
||||
|
||||
Reference in New Issue
Block a user