[PR #280] [MERGED] feat: migrate lark_wiki #1243

Closed
opened 2026-02-16 10:22:25 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: plugin/lark_wiki


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/280 **Author:** [@RockChinQ](https://github.com/RockChinQ) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@RockChinQ](https://github.com/RockChinQ) **Base:** `main` ← **Head:** `plugin/lark_wiki` --- ### 📝 Commits (1) - [`58954f6`](https://github.com/langgenius/dify-official-plugins/commit/58954f66d7f21c72d72db8bea0e360496f5d2841) feat: migrate lark_wiki ### 📊 Changes **11 files changed** (+1035 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:26 -05:00
yindo closed this issue 2026-02-16 10:22:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1243