📦 release: v3.5.7

This commit is contained in:
Soulter
2025-05-05 12:47:21 -04:00
parent 7e193f7f52
commit 3c8ec2f42e
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
如需修改配置,请在 `data/cmd_config.json` 中修改或者在管理面板中可视化修改。 如需修改配置,请在 `data/cmd_config.json` 中修改或者在管理面板中可视化修改。
""" """
VERSION = "3.5.6" VERSION = "3.5.7"
DB_PATH = "data/data_v3.db" DB_PATH = "data/data_v3.db"
# 默认配置 # 默认配置
+5
View File
@@ -0,0 +1,5 @@
# What's Changed
> Gewechat 已经停止维护,此版本提供了 `微信客服` 的接入方式,可以在直接微信内聊天。这是微信官方推出的接入方式,因此没有风控风险。详见 [AstrBot 接入企业微信](https://astrbot.app/deploy/platform/wecom.html)。此接入方式处于测试阶段,有问题请及时在 GitHub 上提交 Issue。
1. 支持接入微信客服。
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "AstrBot" name = "AstrBot"
version = "3.5.6" version = "3.5.7"
description = "易上手的多平台 LLM 聊天机器人及开发框架" description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"