From 40b65768de9d75b48cc30e502ceea83fcc2d6d73 Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Sun, 2 Nov 2025 20:14:28 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20(asycn=20llm=5Fanalyser)=20=E4=B8=B2?= =?UTF-8?q?=E8=A1=8C=E6=89=A7=E8=A1=8C=E7=BE=A4=E5=88=86=E6=9E=90=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E5=A4=84=E7=90=86=E5=8D=95=E6=AC=A1=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E8=80=97=E6=97=B6=E5=A4=AA=E9=95=BF=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=BC=82=E6=AD=A5=E7=BD=91=E7=BB=9C=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- metadata.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf47793..6574f3b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # QQ群日常分析插件 -[![Plugin Version](https://img.shields.io/badge/Latest_Version-v2.9.0-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-v3.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) @@ -146,6 +146,10 @@ _✨ 一个基于AstrBot的智能群聊分析插件,能够生成精美的群 ### v3.0.0 - 解决自动分析器获取群聊消息失败的问题 +### v3.1.0 +- llm_analyser 串行执行三部分分析导致处理单次请求耗时太长,修改为异步网络请求 + + ## 许可证 MIT License diff --git a/metadata.yaml b/metadata.yaml index 9e51d1b..c6e7380 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -13,6 +13,6 @@ help: | # 插件的帮助信息 命令: /群分析 [天数] - 分析群聊活动 /分析设置 [操作] - 管理设置(enable/disable/status/test) -version: v3.0.0 # 插件版本号。格式:v1.1.1 或者 v1.1 +version: v3.1.0 # 插件版本号。格式:v1.1.1 或者 v1.1 author: SXP-Simon # 作者 repo: https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis # 插件的仓库地址