mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #486] [CLOSED] add anspire rewrite #966
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/486
Author: @youdun1113
Created: 5/13/2025
Status: ❌ Closed
Base:
main← Head:my📝 Commits (2)
8089b90add anspire_rewrite to sort the content4ceaa61add anspire rewrite📊 Changes
18 files changed (+977 additions, -0 deletions)
View changed files
➕
anspire_rewrite/rewrite.difypkg(+0 -0)➕
anspire_rewrite/rewrite/.difyignore(+179 -0)➕
anspire_rewrite/rewrite/.env.example(+4 -0)➕
anspire_rewrite/rewrite/.github/workflows/plugin-publish.yml(+109 -0)➕
anspire_rewrite/rewrite/.gitignore(+176 -0)➕
anspire_rewrite/rewrite/GUIDE.md(+149 -0)➕
anspire_rewrite/rewrite/PRIVACY.md(+45 -0)➕
anspire_rewrite/rewrite/Pipfile(+13 -0)➕
anspire_rewrite/rewrite/README.md(+79 -0)➕
anspire_rewrite/rewrite/_assets/icon.svg(+29 -0)➕
anspire_rewrite/rewrite/main.py(+6 -0)➕
anspire_rewrite/rewrite/manifest.yaml(+43 -0)➕
anspire_rewrite/rewrite/provider/rewrite.py(+16 -0)➕
anspire_rewrite/rewrite/provider/rewrite.yaml(+37 -0)➕
anspire_rewrite/rewrite/requirements.txt(+1 -0)➕
anspire_rewrite/rewrite/tools/rewrite.py(+31 -0)➕
anspire_rewrite/rewrite/tools/rewrite.yaml(+43 -0)➕
anspire_rewrite/rewrite/utils/httpUtil.py(+17 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.