mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
- Added `get_plugin_icon_url` method in `PluginService` to fetch plugin icons. - Updated `PluginTriggerProviderController` to use the new method for icon handling. - Refactored `ToolTransformService` to utilize `PluginService` for consistent icon URL generation. This enhances the trigger provider's ability to manage plugin icons effectively.