From bb04114cdb6038985b0a19e1328efabc7fd89cf8 Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Sat, 25 Apr 2026 12:35:18 +0800 Subject: [PATCH] =?UTF-8?q?[v4.10.2]=20-=20=E2=9C=A8=20Telegram=20?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=E5=A4=84=E7=90=86=E4=BF=AE=E5=A4=8D=EF=BC=8C?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=A4=9A=E5=9C=B0=E5=8C=BA=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=8E=E8=87=AA=E5=AE=9A=E4=B9=89=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot --- CHANGELOG.md | 10 ++++------ README.md | 2 +- _conf_schema.json | 14 +++++++------- metadata.yaml | 2 +- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 612e88b..d220303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 更新日志 (CHANGELOG) -## [v4.10.2] - ✨ 支持多地区渲染环境与自定义镜像 +## [v4.10.2] - ✨ Telegram 头像处理修复,支持多地区渲染环境与自定义镜像 * **🌍 多地区环境支持**: 新增 `t2i_font_source` 配置项,支持 `Mainland` (大陆) 和 `Overseas` (海外) 模式。自动切换 HTML 语言标识 (`zh-CN`/`zh-Hant`) 并动态调整 CSS 字体栈优先级,解决繁体中文支持与字形偏移问题。 * **⚙️ 自定义镜像地址**: 移除了所有硬编码的字体资源站地址。现在用户可以为国内和国外环境分别自定义 Google Fonts、Gstatic 字体镜像站。 * **📱 平台与主题优化**: @@ -9,15 +9,13 @@ --- +
+📋 点击查看历史更新日志 + ## [v4.10.1] - ✨ 优化 T2I 渲染与自定义配置 * **✨ 自定义配置支持**: 支持配置两轮 T2I 渲染策略,允许用户自定义图片格式(PNG/JPEG)、质量、分辨率及超时时间(#164),支持复杂渲染场景的超时参数配置(#174 感谢 @uuutt2023)。 * **🛠️ 健壮性增强**: 实现 T2I 返回 HTML 错误页的自动识别与摘要提取(如 502 Bad Gateway),提升故障排查效率。(参考 #171 说明) ---- - -
-📋 点击查看历史更新日志 - ## [v4.10.0] - ✨ 支持 LLBot 群相册接口并优化 OneBot 适配器 * **✨ LLBot 支持**: 支持 LLBot 的群相册上传接口。自动探测协议端版本,并针对 LLBot 采用其特定的参数格式进行上传。 diff --git a/README.md b/README.md index ac2b041..b3a25cd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # 群聊日常分析插件 -[![Plugin Version](https://img.shields.io/badge/Latest_Version-v4.10.1-blue.svg?style=for-the-badge&color=76bad9)](https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis) +[![Plugin Version](https://img.shields.io/badge/Latest_Version-v4.10.2-blue.svg?style=for-the-badge&color=76bad9)](https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis) [![AstrBot](https://img.shields.io/badge/AstrBot-Plugin-ff69b4?style=for-the-badge)](https://github.com/AstrBotDevs/AstrBot) [![License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](LICENSE) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/SXP-Simon/astrbot_plugin_qq_group_daily_analysis) diff --git a/_conf_schema.json b/_conf_schema.json index b734b48..0e99f6e 100644 --- a/_conf_schema.json +++ b/_conf_schema.json @@ -221,29 +221,29 @@ "description": "t2i 渲染环境切换", "options": ["Mainland", "Overseas"], "default": "Overseas", - "hint": "切换环境会自动应用下方对应的镜像站地址、语言标识(zh-CN/zh-Hant)及字体优先级。" + "hint": "字体和静态资源的访问环境,内地(Mainland)、海外(Overseas),切换环境会自动应用下方对应的镜像站地址、语言标识(简体中文/繁体中文)及字体优先级。(实测 Overseas 也可以正常渲染简体中文)" }, "t2i_mainland_google_fonts": { "type": "string", - "description": "[国内] Google Fonts 镜像", + "description": "[内地] Google Fonts 镜像", "default": "https://fonts.loli.net", - "hint": "国内环境下推荐使用 loli.net 或其他可访问镜像。" + "hint": "内地环境下推荐使用 loli.net 或其他可访问镜像。" }, "t2i_mainland_gstatic": { "type": "string", - "description": "[国内] Gstatic 镜像", + "description": "[内地] Gstatic 镜像", "default": "https://gstatic.loli.net", - "hint": "国内环境下推荐使用 loli.net 或其他可访问镜像。" + "hint": "内地环境下推荐使用 loli.net 或其他可访问镜像。" }, "t2i_overseas_google_fonts": { "type": "string", - "description": "[国外] Google Fonts 官方", + "description": "[海外] Google Fonts 官方", "default": "https://fonts.googleapis.com", "hint": "海外环境通常直接使用官方地址即可。" }, "t2i_overseas_gstatic": { "type": "string", - "description": "[国外] Gstatic 官方", + "description": "[海外] Gstatic 官方", "default": "https://fonts.gstatic.com", "hint": "海外环境通常直接使用官方地址即可。" } diff --git a/metadata.yaml b/metadata.yaml index b0e90a8..d5e853f 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,7 +1,7 @@ name: astrbot_plugin_qq_group_daily_analysis # 这是你的插件的唯一识别名。 display_name: 群分析总结插件 # 插件的显示名称 desc: "[多平台接入开发中] 群日常分析总结插件 - 支持 QQ (aiocqhttp)、Telegram、Discord 以及 Feishu (Lark);生成精美的群聊分析报告,支持话题分析、用户形象、群聊圣经等功能" # 插件简短描述 -version: v4.10.1 # 插件版本号。格式:v1.1.1 或者 v1.1 +version: v4.10.2 # 插件版本号。格式:v1.1.1 或者 v1.1 author: SXP-Simon # 作者 astrbot_version: ">=4.16.0" support_platforms: