mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #280] [MERGED] feat: migrate lark_wiki #1243
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/280
Author: @RockChinQ
Created: 2/26/2025
Status: ✅ Merged
Merged: 2/26/2025
Merged by: @RockChinQ
Base:
main← Head:plugin/lark_wiki📝 Commits (1)
58954f6feat: migrate lark_wiki📊 Changes
11 files changed (+1035 additions, -0 deletions)
View changed files
➕
tools/lark_wiki/.env.example(+4 -0)➕
tools/lark_wiki/README.md(+0 -0)➕
tools/lark_wiki/_assets/icon.png(+0 -0)➕
tools/lark_wiki/main.py(+6 -0)➕
tools/lark_wiki/manifest.yaml(+39 -0)➕
tools/lark_wiki/provider/lark_wiki.py(+7 -0)➕
tools/lark_wiki/provider/lark_wiki.yaml(+43 -0)➕
tools/lark_wiki/requirements.txt(+1 -0)➕
tools/lark_wiki/tools/get_wiki_nodes.py(+17 -0)➕
tools/lark_wiki/tools/get_wiki_nodes.yaml(+72 -0)➕
tools/lark_wiki/tools/lark_api_utils.py(+846 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.