From 895a3125f8a6168722d9541c8aa757217e6922d4 Mon Sep 17 00:00:00 2001 From: fzf404 <40832831+fzf404@users.noreply.github.com> Date: Sat, 25 Jul 2026 21:10:14 +0800 Subject: [PATCH 1/3] feat: add Telegraph long text plugin --- plugins.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/plugins.json b/plugins.json index 1ae2df8c..37f66d32 100644 --- a/plugins.json +++ b/plugins.json @@ -13245,5 +13245,19 @@ "desc": "过滤消息段中的think", "repo": "https://github.com/zgojin/astrbot_plugin_thinkTags", "category": "utilities" + }, + "astrbot_plugin_telegraph_longtext": { + "display_name": "Telegraph 长文本", + "desc": "自动将超过 200 字的 AstrBot 回复发布为 Telegraph 页面并发送链接,支持 WebUI 阈值配置、自动分页、常见 Markdown 块、异步重试与失败保留原文。", + "author": "fzf404", + "repo": "https://github.com/fzf404/astrbot_plugin_telegraph_longtext", + "tags": [ + "telegram", + "telegraph", + "长文本", + "工具" + ], + "social_link": "https://github.com/fzf404", + "category": "utilities" } } From 3bf41dd4695fefa5b0b440c71fa08a6374776ff1 Mon Sep 17 00:00:00 2001 From: fzf404 <40832831+fzf404@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:01:40 +0800 Subject: [PATCH 2/3] docs: update Telegraph default threshold --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 37f66d32..7537da4e 100644 --- a/plugins.json +++ b/plugins.json @@ -13248,7 +13248,7 @@ }, "astrbot_plugin_telegraph_longtext": { "display_name": "Telegraph 长文本", - "desc": "自动将超过 200 字的 AstrBot 回复发布为 Telegraph 页面并发送链接,支持 WebUI 阈值配置、自动分页、常见 Markdown 块、异步重试与失败保留原文。", + "desc": "自动将超过 1000 字的 AstrBot 回复发布为 Telegraph 页面并发送链接,支持 WebUI 阈值配置、自动分页、常见 Markdown 块、异步重试与失败保留原文。", "author": "fzf404", "repo": "https://github.com/fzf404/astrbot_plugin_telegraph_longtext", "tags": [ From f02e4cd7d8b860a56b010e237a27c2e21e5ad2ff Mon Sep 17 00:00:00 2001 From: fzf404 <40832831+fzf404@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:13:23 +0800 Subject: [PATCH 3/3] docs: set Telegraph threshold to 800 --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 7537da4e..a1103edb 100644 --- a/plugins.json +++ b/plugins.json @@ -13248,7 +13248,7 @@ }, "astrbot_plugin_telegraph_longtext": { "display_name": "Telegraph 长文本", - "desc": "自动将超过 1000 字的 AstrBot 回复发布为 Telegraph 页面并发送链接,支持 WebUI 阈值配置、自动分页、常见 Markdown 块、异步重试与失败保留原文。", + "desc": "自动将超过 800 字的 AstrBot 回复发布为 Telegraph 页面并发送链接,支持 WebUI 阈值配置、自动分页、常见 Markdown 块、异步重试与失败保留原文。", "author": "fzf404", "repo": "https://github.com/fzf404/astrbot_plugin_telegraph_longtext", "tags": [