优化由于WebUI启动时端口占用导致异常退出没有提示的问题

This commit is contained in:
墨梓柒
2025-12-08 18:48:11 +08:00
parent 1bb5ceff39
commit 00c1e7d601
5 changed files with 2863 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "MaiBot"
version = "0.11.0"
version = "0.11.6"
description = "MaiCore 是一个基于大语言模型的可交互智能体"
requires-python = ">=3.10"
dependencies = [
@@ -38,6 +38,10 @@ dependencies = [
]
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"
[tool.ruff]
include = ["*.py"]