mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 18:27:56 +08:00
📝 在文档和log中强调bison网页后台网址不能直接访问,并优化部分文档的表达 (#235)
This commit is contained in:
@@ -63,9 +63,10 @@ def init_fastapi():
|
||||
if host in ["0.0.0.0", "127.0.0.1"]:
|
||||
host = "localhost"
|
||||
logger.opt(colors=True).info(
|
||||
f"Nonebot test frontend will be running at: "
|
||||
f"Nonebot Bison frontend will be running at: "
|
||||
f"<b><u>http://{host}:{port}/bison</u></b>"
|
||||
)
|
||||
logger.opt(colors=True).info(f"该页面不能被直接访问,请私聊bot <b><u>后台管理</u></b> 以获取可访问地址")
|
||||
|
||||
|
||||
def register_get_token_handler():
|
||||
|
||||
Reference in New Issue
Block a user