mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #327] [CLOSED] Yqd dev #813
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/327
Author: @yuqiuda
Created: 4/12/2025
Status: ❌ Closed
Base:
main← Head:yqd-dev📝 Commits (3)
7b969e7create yuqiuda/wechat_sender224e671create yuqiuda/wechat_sender1bc2a3ecreate yuqiuda/wechat_sender📊 Changes
15 files changed (+832 additions, -0 deletions)
View changed files
➕
yuqiuda/wechat_sender/.difyignore(+178 -0)➕
yuqiuda/wechat_sender/.env.example(+4 -0)➕
yuqiuda/wechat_sender/.gitignore(+171 -0)➕
yuqiuda/wechat_sender/GUIDE.md(+117 -0)➕
yuqiuda/wechat_sender/PRIVACY.md(+53 -0)➕
yuqiuda/wechat_sender/README.md(+39 -0)➕
yuqiuda/wechat_sender/_assets/icon.svg(+45 -0)➕
yuqiuda/wechat_sender/main.py(+6 -0)➕
yuqiuda/wechat_sender/manifest.yaml(+38 -0)➕
yuqiuda/wechat_sender/provider/wechat_sender.py(+19 -0)➕
yuqiuda/wechat_sender/provider/wechat_sender.yaml(+74 -0)➕
yuqiuda/wechat_sender/requirements.txt(+1 -0)➕
yuqiuda/wechat_sender/tools/wechat_sender.py(+57 -0)➕
yuqiuda/wechat_sender/tools/wechat_sender.yaml(+30 -0)➕
yuqiuda/wechat_sender/wechat_sender.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Submission Type
2. Description
WeChat Sender is a tool plugin that enables automated WeChat messaging through GeweChat API integration. It allows users to:
3. Checklist
4. Documentation Checklist
The plugin README includes:
5. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
This plugin requires the following configuration data to operate:
This plugin requires integration with GeweChat service, which involves the following privacy considerations:
Dependency Notice:
Authentication Requirements:
Privacy Policy
Additional Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.