feat: tag debugging plugins in webui

This commit is contained in:
Junyan Qin
2025-08-15 19:11:49 +08:00
parent 2b8eb5f01c
commit e1a78e8ff9
10 changed files with 314 additions and 14 deletions
@@ -50,6 +50,7 @@ const PluginInstalledComponent = forwardRef<PluginInstalledComponentRef>(
zh_Hans: '',
},
),
debug: plugin.debug,
enabled: plugin.enabled,
name: plugin.manifest.manifest.metadata.name,
version: plugin.manifest.manifest.metadata.version ?? '',