fix: npx @flowgram.ai/form-materials cli (#203)

* fix: npx @flowgram.ai/form-materials cli

* docs: image size
This commit is contained in:
Yiwei Mao 2025-05-09 15:01:50 +08:00 committed by GitHub
parent d82bbe219b
commit 95f5225660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -130,4 +130,5 @@ Enjoy it!
- Issues: [Issues](https://github.com/bytedance/flowgram.ai/issues)
- Lark: Scan the QR code below with [Register Feishu](https://www.feishu.cn/en/) to join our FlowGram user group.
<img src="./apps/docs/src/public/lark-group.png"/>
<img src="./apps/docs/src/public/lark-group.png" width="200"/>

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
import chalk from 'chalk';
import { Command } from 'commander';
import inquirer from 'inquirer';