mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1533] Add JSON to TOON converter plugin #1679
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/1533
Author: @AXXZSTHL
Created: 11/12/2025
Status: 🔄 Open
Base:
main← Head:feat/json-to-toon-plugin📝 Commits (1)
0583e38Add JSON to TOON converter plugin📊 Changes
7 files changed (+451 additions, -0 deletions)
View changed files
➕
AXXZSTHL/json-to-toon-plugin/.gitignore(+41 -0)➕
AXXZSTHL/json-to-toon-plugin/PRIVACY_POLICY.md(+47 -0)➕
AXXZSTHL/json-to-toon-plugin/README.md(+124 -0)➕
AXXZSTHL/json-to-toon-plugin/app.py(+170 -0)➕
AXXZSTHL/json-to-toon-plugin/manifest.json(+18 -0)➕
AXXZSTHL/json-to-toon-plugin/openapi.yaml(+48 -0)➕
AXXZSTHL/json-to-toon-plugin/requirements.txt(+3 -0)📄 Description
需要复制到 Dify Plugins 仓库的文件清单
必需文件(必须复制)
以下文件需要复制到
dify-plugins/your-org/json-to-toon/目录:可选文件(建议复制)
不需要的文件(测试和开发文件,不需要提交)
目录结构
在 Dify Plugins 仓库中,最终结构应该是:
注意事项
更新 manifest.json:在复制前或复制后,需要更新:
contact_email: 改为您的真实邮箱legal_info_url: 改为您的 GitHub 仓库中 PRIVACY_POLICY.md 的 URL组织名称:
your-org应该替换为您的 GitHub 用户名或组织名称插件名称:
json-to-toon是插件目录名,应与 manifest.json 中的名称一致🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.