格式化代码,细节优化,修复了图片边框不完整的问题

This commit is contained in:
2024-08-22 22:50:18 +08:00
parent a6e607443c
commit 50ad57ec22
9 changed files with 145 additions and 85 deletions

View File

@ -4,9 +4,7 @@ version = "0.1.5"
description = "Nonebot2插件从哔哩哔哩会员购获取简易展览数据"
readme = "README.md"
requires-python = "<4.0,>=3.9"
authors = [
{ name = "Asankilp", email = "asankilp@outlook.com" },
]
authors = [{ name = "Asankilp", email = "asankilp@outlook.com" }]
dependencies = [
"nonebot2[fastapi, websockets]>=2.2.0",
"nonebot-plugin-alconna>=0.48.0",