We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目标: 在不更新额外功能的情况下保证1.x可以独立使用 => 1.x LTS
hoshino_old
nonebot_alpha
core
loguru
注:
v{大版本}.{功能更新}.{bug修复}
from noenbot.log import logger
logging.Logger
附: 对比图
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
由于过于急功冒进,总想搞个大新闻,在Issues未解决完毕,项目本身无法实现自给自足,加之计划未完全成熟时贸然开启2.0计划而由于生活原因导致无法在短期内完成乃至拖延长达一年时间 造成项目年久失修甚至用户流失。
完成LTS计划不失为将功补过之策
真正的GI Bot 2.0计划将在此Issue和关联PR完全解决,全部Isseus清理干净后启动,后续不再加入或者只根据Issue提议加入功能,转而进行bug修复。 虽说如此,但与GI Bot 2.0相关联的GAPI仍可能与LTS计划同时进行以方便获得稳定的圣遗物评分等操作。
真正的GI Bot 2.0计划将在此Issue和关联PR完全解决,全部Isseus清理干净后启动,后续不再加入或者只根据Issue提议加入功能,转而进行bug修复。
虽说如此,但与GI Bot 2.0相关联的GAPI仍可能与LTS计划同时进行以方便获得稳定的圣遗物评分等操作。
H-K-Y
1shin-7
When branches are created from issues, their pull requests are automatically linked.
hoshino_old
和nonebot_alpha
新增core
loguru
依赖[log]core
分支以解决不同bot平台间存在问题以及更新麻烦的问题注:
v{大版本}.{功能更新}.{bug修复}
根据CHANGELOG中的每一个项目来定义版本loguru
来避免直接print导致的终端格式问题;而事实上Nonebot提供了一个标准的logger:from noenbot.log import logger
,Nonebot2才是默认使用 loguru 因此可以直接仿照nb1的格式使用logging.Logger
或者直接使用nb提供的logger来输出,而不是使用额外的loguru库。附: 对比图
The text was updated successfully, but these errors were encountered: