mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 22:59:53 +00:00
✨ 更新Bangumi新闻信息格式,添加换行符;添加插件元数据定义以增强基本功能插件描述
This commit is contained in:
@ -49,7 +49,7 @@ async def get_bangumi_news() -> str:
|
||||
for item in items:
|
||||
name = item["name_cn"]
|
||||
info += f"《{name}》"
|
||||
info += ""
|
||||
info += "\n"
|
||||
return info
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
|
Reference in New Issue
Block a user