From 7132acdcb9920207cd5a105c79123e0c966aecec Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Sun, 23 Nov 2025 13:29:12 +0800 Subject: [PATCH] =?UTF-8?q?[v4.1.0]=20=E7=BE=A4=E9=BB=91=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E6=9C=BA=E5=88=B6=EF=BC=9B=E4=BD=BF=E7=94=A8=E4=BF=A1?= =?UTF-8?q?=E5=8F=B7=E9=87=8F=EF=BC=88Semaphore=EF=BC=89=E5=B9=B6=E5=8F=91?= =?UTF-8?q?=E9=99=90=E5=88=B6=E5=92=8C=E5=BC=B1=E5=BC=95=E7=94=A8=E5=AD=97?= =?UTF-8?q?=E5=85=B8=EF=BC=88WeakValueDictionary=EF=BC=89=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=94=81=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- _conf_schema.json | 2 +- metadata.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d79bc34..208386b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # QQ群日常分析插件 -[![Plugin Version](https://img.shields.io/badge/Latest_Version-v4.0.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.1.0-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) [![](https://img.shields.io/badge/五彩斑斓的Bug群-Bug反馈群&水群-white?style=for-the-badge&color=76bad9&logo=qq&logoColor=76bad9)](https://qm.qq.com/q/oTzIrdDBIc) @@ -97,6 +97,10 @@ _✨ 一个基于AstrBot的智能群聊分析插件,能够生成精美的群
📋 点击展开查看完整更新日志 +### v4.1.0 +- 群黑白名单机制 +- 使用信号量(Semaphore)并发限制和弱引用字典(WeakValueDictionary)优化锁管理 + ### v4.0.0 - feat(report/template): 全新设计的报告模板,采用卡通手账日记风格设计,灵感来源于 GalGame 《五彩斑斓的世界》女主二阶堂真红和男主悠马每天晚上写日记的场景 diff --git a/_conf_schema.json b/_conf_schema.json index ec25743..66e0fff 100644 --- a/_conf_schema.json +++ b/_conf_schema.json @@ -18,7 +18,7 @@ "max_concurrent_tasks": { "type": "int", "description": "自动分析最大并发数", - "default": 5, + "default": 3, "hint": "同时进行的群聊分析任务数量,建议根据机器性能调整,过高可能导致LLM API RPM 超出限制,卡顿或被风控" }, "max_messages": { diff --git a/metadata.yaml b/metadata.yaml index 43c9a42..637ecbe 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -14,6 +14,6 @@ help: | # 插件的帮助信息 命令: /群分析 [天数] - 分析群聊活动 /分析设置 [操作] - 管理设置(enable/disable/status/test) -version: v4.0.1 # 插件版本号。格式:v1.1.1 或者 v1.1 +version: v4.1.0 # 插件版本号。格式:v1.1.1 或者 v1.1 author: SXP-Simon # 作者 repo: https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis # 插件的仓库地址