[PR #1041] [CLOSED] add: investoday-api-tools #1345

Closed
opened 2026-02-22 17:55:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1041
Author: @kenneth-bro
Created: 8/11/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • 2f7c8e8 update: investoday-api plugins
  • 2c70f60 remove: 错误的版本
  • 76847ba feat: 文件名和作者名一致
  • b1491a0 feat: open 提交预检
  • d7a6401 fix: 插件的icon问题
  • 6ea1c79 feat: open 提交预检
  • aecd54c Revert "fix: correct variable reference for default icon in plugin icon validation"
  • 410b6c6 feat: 还原提交
  • 7904b9a add: 自定义的预检插件
  • 7efc4a9 fix: 自定义预检插件插件的健壮性

📊 Changes

3 files changed (+208 additions, -0 deletions)

View changed files

.github/workflows/pre-check-plugin-custom.yaml (+208 -0)
Investoday/announcement/investoday-announcement-1.0.0.difypkg (+0 -0)
Investoday/base/investoday-base-1.0.0.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

  • Plugin Author: investoday
  • Plugin Name: Multiple plugins
    • investoday-announcement
    • investoday-base
    • investoday-fund
    • investoday-index
    • investoday-industry
    • investoday-market
    • investoday-news
    • investoday-research-report
    • investoday-stock

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

  • Updated documentation:
    Added README_ZH.md and refreshed English README.md for all plugins with step-by-step usage, marketplace install, authorization, and workflow usage.
    Synchronized documentation structure and links across all plugins.
  • Privacy policy:
    Completed PRIVACY.md per guidelines; updated “Last Updated” to current date.

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

  • No personal data is collected by these plugins.
  • Only necessary API invocation metadata may be logged for service optimization and troubleshooting.
  • All financial market data is fetched via the user’s own API key; API keys are user-managed and not stored by the plugins.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 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-plugins/pull/1041 **Author:** [@kenneth-bro](https://github.com/kenneth-bro) **Created:** 8/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`2f7c8e8`](https://github.com/langgenius/dify-plugins/commit/2f7c8e89d488a8d2abaae3bd152ed5b9f6b9c9f3) update: investoday-api plugins - [`2c70f60`](https://github.com/langgenius/dify-plugins/commit/2c70f6020697942b31d18df2d6a927e279e7fb68) remove: 错误的版本 - [`76847ba`](https://github.com/langgenius/dify-plugins/commit/76847ba45a30df40160650b706b63e28feb2b9d0) feat: 文件名和作者名一致 - [`b1491a0`](https://github.com/langgenius/dify-plugins/commit/b1491a0a3165fc672c263c43c897f66e3f6913ce) feat: open 提交预检 - [`d7a6401`](https://github.com/langgenius/dify-plugins/commit/d7a640102ebc9e1a25c4fe6e4ce190e476fe7ec4) fix: 插件的icon问题 - [`6ea1c79`](https://github.com/langgenius/dify-plugins/commit/6ea1c7996d2d1222c70f33c620dea3c990a334ad) feat: open 提交预检 - [`aecd54c`](https://github.com/langgenius/dify-plugins/commit/aecd54c23a9a562e80095f2a3af0ee458e6be4d8) Revert "fix: correct variable reference for default icon in plugin icon validation" - [`410b6c6`](https://github.com/langgenius/dify-plugins/commit/410b6c6c4de2cb1ab74d6f207bc5b2eb9fd3c074) feat: 还原提交 - [`7904b9a`](https://github.com/langgenius/dify-plugins/commit/7904b9af7cc48d35fa789c07fe299dddd8d628c1) add: 自定义的预检插件 - [`7efc4a9`](https://github.com/langgenius/dify-plugins/commit/7efc4a90b36d23c2bb7d560be6ae85876ae42069) fix: 自定义预检插件插件的健壮性 ### 📊 Changes **3 files changed** (+208 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/pre-check-plugin-custom.yaml` (+208 -0) ➕ `Investoday/announcement/investoday-announcement-1.0.0.difypkg` (+0 -0) ➕ `Investoday/base/investoday-base-1.0.0.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - Plugin Author: investoday - Plugin Name: Multiple plugins - investoday-announcement - investoday-base - investoday-fund - investoday-index - investoday-industry - investoday-market - investoday-news - investoday-research-report - investoday-stock ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description - Updated documentation: Added README_ZH.md and refreshed English README.md for all plugins with step-by-step usage, marketplace install, authorization, and workflow usage. Synchronized documentation structure and links across all plugins. - Privacy policy: Completed PRIVACY.md per guidelines; updated “Last Updated” to current date. ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection - No personal data is collected by these plugins. - Only necessary API invocation metadata may be logged for service optimization and troubleshooting. - All financial market data is fetched via the user’s own API key; API keys are user-managed and not stored by the plugins. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <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-22 17:55:03 -05:00
yindo closed this issue 2026-02-22 17:55:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1345