mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #543] add anspire_rewrite tools #1016
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/543
Author: @youdun1113
Created: 5/23/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (9)
8089b90add anspire_rewrite to sort the content4ceaa61add anspire rewritedd43b01Merge pull request #1 from youdun1113/myccac7b3add a new tools anspire rewriteb438aaaadd anspire rewrite plugina26063dadd anspire rewrite tools46f09c4add anspire_rewrite plugin1278d5cdel:difypkg81e53admodify: mainfest.yaml📊 Changes
19 files changed (+1120 additions, -0 deletions)
View changed files
➕
.github/workflows/plugin-publish.yml(+143 -0)➕
youdun1113/anspire_rewrite-0.0.1.difypkg(+0 -0)➕
youdun1113/anspire_rewrite/.difyignore(+179 -0)➕
youdun1113/anspire_rewrite/.env.example(+4 -0)➕
youdun1113/anspire_rewrite/.github/workflows/plugin-publish.yml(+109 -0)➕
youdun1113/anspire_rewrite/.gitignore(+176 -0)➕
youdun1113/anspire_rewrite/GUIDE.md(+149 -0)➕
youdun1113/anspire_rewrite/PRIVACY.md(+45 -0)➕
youdun1113/anspire_rewrite/Pipfile(+13 -0)➕
youdun1113/anspire_rewrite/README.md(+79 -0)➕
youdun1113/anspire_rewrite/_assets/icon.svg(+29 -0)➕
youdun1113/anspire_rewrite/main.py(+6 -0)➕
youdun1113/anspire_rewrite/manifest.yaml(+43 -0)➕
youdun1113/anspire_rewrite/provider/anspire_rewrite.py(+16 -0)➕
youdun1113/anspire_rewrite/provider/anspire_rewrite.yaml(+37 -0)➕
youdun1113/anspire_rewrite/requirements.txt(+1 -0)➕
youdun1113/anspire_rewrite/tools/anspire_rewrite.py(+31 -0)➕
youdun1113/anspire_rewrite/tools/anspire_rewrite.yaml(+43 -0)➕
youdun1113/anspire_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.