fix: backend edit format

This commit is contained in:
jialin
2025-10-15 12:18:50 +08:00
parent f02b972dc0
commit 4196351e48
19 changed files with 147 additions and 59 deletions
@@ -90,6 +90,15 @@ export const VersionItem: React.FC<VersionItemProps> = ({ data }) => {
{intl.formatMessage({ id: 'backend.builtin' })}
</ThemeTag>
)}
{!data.is_built_in && data.is_default && (
<ThemeTag
color="geekblue"
className="font-400"
style={{ marginRight: 0 }}
>
{intl.formatMessage({ id: 'backend.isDefault' })}
</ThemeTag>
)}
</div>
<RowWrapper>
{data.image_name && (