Feature: 更新 NB-CLI 新版插件加载格式与文档 (#3614)

This commit is contained in:
worldmozara
2025-10-08 17:39:11 +08:00
committed by GitHub
parent 67e5126f6a
commit 29720bada8
8 changed files with 104 additions and 8 deletions

View File

@@ -81,8 +81,9 @@ nb create
请注意,多选项使用**空格**选中或取消,**回车**确认。
```bash
[?] 要使用哪些驱动器? FastAPI (FastAPI 驱动器)
[?] 要使用哪些适配器? Console (基于终端的交互式适配器)
[?] 要使用哪些驱动器? FastAPI (FastAPI 驱动器)
[?] 要使用什么本地存储策略? 用户全局 (默认,适用于单用户下单实例)
[?] 立即安装依赖? (Y/n) Yes
[?] 创建虚拟环境? (Y/n) Yes
```