[v4.6.6] fix(pdf): 迁移为 playwright

This commit is contained in:
SXP-Simon
2026-01-20 20:29:18 +08:00
parent 2438ab5b98
commit 8bb059be52
3 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -1,15 +1,19 @@
# 更新日志 (CHANGELOG) # 更新日志 (CHANGELOG)
## [v4.6.5] - feat(ReportGenerator): 优化 t2i 参数 ## [v4.6.6] - fix(pdf): 迁移为 playwright
* **🛠️ 健壮性增强**: ReportGenerator 优化 t2i 参数,增加设备缩放因子。生成的报告图片更加清晰 * **🛠️ 健壮性增强**: 使用更好用的 playwright 避免 pdf 生成期间无法预测的行为
--- ---
<details> <details>
<summary>📋 点击查看历史更新日志</summary> <summary>📋 点击查看历史更新日志</summary>
## [v4.6.5] - feat(ReportGenerator): 优化 t2i 参数
* **🛠️ 健壮性增强**: ReportGenerator 优化 t2i 参数,增加设备缩放因子。生成的报告图片更加清晰。
## [v4.6.4] - 重试管理器优化和业务逻辑调整 ## [v4.6.4] - 重试管理器优化和业务逻辑调整
* **🛠️ 健壮性增强**: 重试管理器直接从渲染器请求原始图像字节,QQ 客户端不再需要从本地服务器下载图片,从而绕过了导致超时的网络传输层。 * **🛠️ 健壮性增强**: 重试管理器直接从渲染器请求原始图像字节,QQ 客户端不再需要从本地服务器下载图片,从而绕过了导致超时的网络传输层。
+1 -1
View File
@@ -3,7 +3,7 @@
# QQ群日常分析插件 # QQ群日常分析插件
[![Plugin Version](https://img.shields.io/badge/Latest_Version-v4.6.5-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.6.6-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) [![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) [![License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](LICENSE)
[![](https://img.shields.io/badge/五彩斑斓的Bug群-Bug反馈群&水群-white?style=for-the-badge&color=76bad9&logo=qq&logoColor=76bad9)](https://qm.qq.com/q/oTzIrdDBIc) [![](https://img.shields.io/badge/五彩斑斓的Bug群-Bug反馈群&水群-white?style=for-the-badge&color=76bad9&logo=qq&logoColor=76bad9)](https://qm.qq.com/q/oTzIrdDBIc)
+1 -1
View File
@@ -14,6 +14,6 @@ help: | # 插件的帮助信息
命令: 命令:
/群分析 [天数] - 分析群聊活动 /群分析 [天数] - 分析群聊活动
/分析设置 [操作] - 管理设置(enable/disable/status/test /分析设置 [操作] - 管理设置(enable/disable/status/test
version: v4.6.5 # 插件版本号。格式:v1.1.1 或者 v1.1 version: v4.6.6 # 插件版本号。格式:v1.1.1 或者 v1.1
author: SXP-Simon # 作者 author: SXP-Simon # 作者
repo: https://github.com/SXP-Simon/astrbot_plugin_qq_group_daily_analysis # 插件的仓库地址 repo: https://github.com/SXP-Simon/astrbot_plugin_qq_group_daily_analysis # 插件的仓库地址