mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #273] [MERGED] Plugin/feishu document #1238
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-official-plugins/pull/273
Author: @Yeuoly
Created: 2/26/2025
Status: ✅ Merged
Merged: 2/26/2025
Merged by: @Yeuoly
Base:
main← Head:plugin/feishu_document📝 Commits (2)
e2f8b14plugin: feishu_document3ebc74bfix📊 Changes
19 files changed (+969 additions, -54 deletions)
View changed files
➖
migrations/tools/feishu_document/manifest.yaml(+0 -39)➖
migrations/tools/feishu_document/requirements.txt(+0 -1)📝
tools/feishu_document/.env.example(+0 -0)📝
tools/feishu_document/README.md(+0 -0)📝
tools/feishu_document/_assets/icon.svg(+0 -0)📝
tools/feishu_document/main.py(+0 -0)➕
tools/feishu_document/manifest.yaml(+37 -0)📝
tools/feishu_document/provider/feishu_document.py(+1 -1)📝
tools/feishu_document/provider/feishu_document.yaml(+0 -0)➕
tools/feishu_document/requirements.txt(+1 -0)📝
tools/feishu_document/tools/create_document.py(+4 -3)📝
tools/feishu_document/tools/create_document.yaml(+0 -0)➕
tools/feishu_document/tools/feishu_api_utils.py(+913 -0)📝
tools/feishu_document/tools/get_document_content.py(+4 -3)📝
tools/feishu_document/tools/get_document_content.yaml(+0 -0)📝
tools/feishu_document/tools/list_document_blocks.py(+4 -3)📝
tools/feishu_document/tools/list_document_blocks.yaml(+0 -0)📝
tools/feishu_document/tools/write_document.py(+5 -4)📝
tools/feishu_document/tools/write_document.yaml(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.