[PR #433] [CLOSED] Add ReadingScene plugin #917

Closed
opened 2026-02-22 17:42:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/433
Author: @Tully-L
Created: 4/29/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

📊 Changes

2 files changed (+135 additions, -0 deletions)

View changed files

Tully-L/ReadingScene/README.md (+135 -0)
Tully-L/ReadingScene/ReadingScene-0.0.1.difypkg (+0 -0)

📄 Description

插件提交

描述

这是一个动态SVG场景和用户交互插件,为Meow Reader提供视觉化的阅读体验。

插件信息

  • 名称:ReadingScene
  • 版本:0.0.1
  • 作者:Tully-L
  • 简介:生成动态SVG阅读场景并处理用户交互

功能特点

  • 根据内容生成动态SVG阅读场景
  • 支持多种视觉主题(温馨、户外、奇幻等)
  • 提供用户交互处理功能
  • 生成自适应动画效果

技术细节

  • 使用Python和SVG技术实现
  • 包含两个主要工具:render_scene和handle_interaction
  • 高效的SVG生成算法
  • 轻量级交互处理机制

测试

  • 已在Chrome和Firefox浏览器中测试
  • 确认SVG渲染正常
  • 验证交互响应正确

隐私政策

插件隐私政策已添加至manifest.yaml中,位于./privacy_policy.md。该插件不收集任何个人身份信息,仅在用户会话内处理数据。

作者信息


🔄 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-plugins/pull/433 **Author:** [@Tully-L](https://github.com/Tully-L) **Created:** 4/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`00f734f`](https://github.com/langgenius/dify-plugins/commit/00f734ffd679121ad5cc1e6d3fc385ea9a0dd820) Add ReadingScene plugin ### 📊 Changes **2 files changed** (+135 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Tully-L/ReadingScene/README.md` (+135 -0) ➕ `Tully-L/ReadingScene/ReadingScene-0.0.1.difypkg` (+0 -0) </details> ### 📄 Description ## 插件提交 ### 描述 这是一个动态SVG场景和用户交互插件,为Meow Reader提供视觉化的阅读体验。 ### 插件信息 - 名称:ReadingScene - 版本:0.0.1 - 作者:Tully-L - 简介:生成动态SVG阅读场景并处理用户交互 ### 功能特点 - 根据内容生成动态SVG阅读场景 - 支持多种视觉主题(温馨、户外、奇幻等) - 提供用户交互处理功能 - 生成自适应动画效果 ### 技术细节 - 使用Python和SVG技术实现 - 包含两个主要工具:render_scene和handle_interaction - 高效的SVG生成算法 - 轻量级交互处理机制 ### 测试 - 已在Chrome和Firefox浏览器中测试 - 确认SVG渲染正常 - 验证交互响应正确 ### 隐私政策 插件隐私政策已添加至manifest.yaml中,位于./privacy_policy.md。该插件不收集任何个人身份信息,仅在用户会话内处理数据。 ### 作者信息 - GitHub: [@Tully-L](https://github.com/Tully-L) - 联系邮箱: 2332486893@qq.com --- <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-22 17:42:31 -05:00
yindo closed this issue 2026-02-22 17:42:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#917