fix: dark mode for plugins management page

This commit is contained in:
Junyan Qin
2025-08-26 22:40:32 +08:00
parent 56183867a7
commit e7fe41810e
10 changed files with 120 additions and 34 deletions
@@ -74,6 +74,7 @@ const PluginInstalledComponent = forwardRef<PluginInstalledComponentRef>(
value.plugins.map((plugin) => {
return new PluginCardVO({
author: plugin.manifest.manifest.metadata.author ?? '',
label: extractI18nObject(plugin.manifest.manifest.metadata.label),
description: extractI18nObject(
plugin.manifest.manifest.metadata.description ?? {
en_US: '',