Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持回复图片视频,配置全局禁用插件,增加插件转换微信分享 #33

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

gadzan
Copy link

@gadzan gadzan commented May 14, 2024

  1. 支持回复图片视频
    如果是以 http:// 或 https:// 开头,且".jpg", ".jpeg", ".png", ".gif", ".img"结尾,则认为是图片 URL。
    如果是以 http:// 或 https:// 开头,且".mp4"结尾,则认为是视频

  2. 配置全局禁用插件
    支持在全局 config.json 中配置 "use_jinasum": false 以禁用某个插件,use_xxx,xxx为全小写插件名

  3. 增加插件转换微信分享
    比 JinaSum 优先级低,优先使用 JinaSum, JinaSum 被禁用时,走 TransformSharing 插件,将分享链接提取出来。

@hanfangyuan4396
Copy link
Owner

感谢,我有空看一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants