Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Dec 4, 2023
1 parent eb7eb2f commit fa3f986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nb_cli_plugin_bootstrap/handlers/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ async def prompt_bootstrap_context(context: ProjectContext):

if use_run_script:
use_web_ui = await ConfirmPrompt(
"是否在启动脚本中使用 webui 插件启动项目以使用网页管理 NoneBot?",
default_choice=True,
"是否在启动脚本中使用 webui 插件启动项目以使用网页管理 NoneBot?(该插件缺少教程,仅推荐进阶用户使用)",
default_choice=False,
).prompt_async(style=CLI_DEFAULT_STYLE)
context.variables["use_web_ui"] = use_web_ui

Expand Down

0 comments on commit fa3f986

Please sign in to comment.