Skip to content

Commit

Permalink
tip text
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Dec 16, 2023
1 parent 7c0b918 commit 857ec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb_cli_plugin_bootstrap/handlers/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ async def prompt_bootstrap_context(context: ProjectContext, yes: bool = False):
False
if yes
else await ConfirmPrompt(
"是否在启动脚本中使用 webui 插件启动项目以使用网页管理 NoneBot?(该插件缺少教程,仅推荐进阶用户使用)",
"是否在启动脚本中使用 webui 插件启动项目以使用网页管理 NoneBot?(该插件仍在开发中,不推荐用于生产环境)",
default_choice=False,
).prompt_async(style=CLI_DEFAULT_STYLE)
)
Expand Down

0 comments on commit 857ec40

Please sign in to comment.