[PR #173] [MERGED] feat: dark icon #199

Closed
opened 2026-02-15 21:16:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/173
Author: @Yeuoly
Created: 7/2/2025
Status: Merged
Merged: 7/9/2025
Merged by: @Yeuoly

Base: mainHead: feat/dark-icon


📝 Commits (3)

  • 9399a91 docs: update README.md to include support for dark-icon field in manifest versioning
  • 50d6989 feat: add dark mode icon fields to Tool and SimpleProviderEntity models
  • 8f1e1d7 Merge branch 'main' into feat/dark-icon

📊 Changes

4 files changed (+5 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
📝 python/dify_plugin/core/entities/plugin/setup.py (+1 -0)
📝 python/dify_plugin/entities/model/provider.py (+2 -0)
📝 python/dify_plugin/entities/tool.py (+1 -0)

📄 Description

Pull Request Checklist

Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:

Compatibility Check

  • I have checked whether this change affects the backward compatibility of the plugin declared in README.md
  • I have checked whether this change affects the forward compatibility of the plugin declared in README.md
  • If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the README.md
  • I have described the compatibility impact and the corresponding version number in the PR description
  • I have checked whether the plugin version is updated in the README.md

Available Checks

  • Code has passed local tests
  • Relevant documentation has been updated (if necessary)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-sdks/pull/173 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 7/2/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat/dark-icon` --- ### 📝 Commits (3) - [`9399a91`](https://github.com/langgenius/dify-plugin-sdks/commit/9399a910aa62d656852afd882a007ce84c1593ad) docs: update README.md to include support for `dark-icon` field in manifest versioning - [`50d6989`](https://github.com/langgenius/dify-plugin-sdks/commit/50d6989bddab2bf81017d836afc665b7d312c76a) feat: add dark mode icon fields to Tool and SimpleProviderEntity models - [`8f1e1d7`](https://github.com/langgenius/dify-plugin-sdks/commit/8f1e1d77aad961b5904c20cc5f66d4774a26a110) Merge branch 'main' into feat/dark-icon ### 📊 Changes **4 files changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `python/dify_plugin/core/entities/plugin/setup.py` (+1 -0) 📝 `python/dify_plugin/entities/model/provider.py` (+2 -0) 📝 `python/dify_plugin/entities/tool.py` (+1 -0) </details> ### 📄 Description # Pull Request Checklist Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks: ## Compatibility Check - [x] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md` - [x] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md` - [x] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md` - [x] I have described the compatibility impact and the corresponding version number in the PR description - [x] I have checked whether the plugin version is updated in the `README.md` ## Available Checks - [x] Code has passed local tests - [x] Relevant documentation has been updated (if necessary) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 21:16:12 -05:00
yindo closed this issue 2026-02-15 21:16:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#199