继续收口NPC弹窗与角色详情空态

统一 NPC 弹窗底部动作按钮与交易详情空态到共享组件
统一角色构筑详情空明细到 PlatformEmptyState
补充 PlatformUiKit 收口计划、共享决策记录与对应测试护栏
This commit is contained in:
2026-06-11 02:39:49 +08:00
parent ab5a0efe50
commit 84ded19f11
6 changed files with 116 additions and 64 deletions

View File

@@ -352,14 +352,14 @@ export function BuildContributionDetailPanel({
))}
</div>
) : (
<PlatformSubpanel
surface="dark"
radius="xs"
padding="sm"
className="mt-4 px-4 py-3 text-sm leading-6 text-zinc-400"
<PlatformEmptyState
surface="editorDark"
size="compact"
tone="soft"
className="mt-4"
>
{emptyText}
</PlatformSubpanel>
</PlatformEmptyState>
)}
</PlatformSubpanel>
</div>