feat: add datasource node readme

This commit is contained in:
yessenia
2025-10-24 11:27:17 +08:00
parent 1b74869b04
commit 8a8c0703b1
3 changed files with 3 additions and 2 deletions

View File

@ -67,7 +67,7 @@ const PluginInfo: FC<PluginInfoProps> = ({
<Badge
className="mx-1"
uppercase={false}
text={version}
text={version ?? detail.plugin_unique_identifier.split(':')[1]?.split('@')?.[0]}
/>
</div>