mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
fix: npx @flowgram.ai/form-materials cli (#203)
* fix: npx @flowgram.ai/form-materials cli * docs: image size
This commit is contained in:
parent
d82bbe219b
commit
95f5225660
@ -130,4 +130,5 @@ Enjoy it!
|
|||||||
|
|
||||||
- Issues: [Issues](https://github.com/bytedance/flowgram.ai/issues)
|
- 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.
|
- 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"/>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
import chalk from 'chalk';
|
import chalk from 'chalk';
|
||||||
import { Command } from 'commander';
|
import { Command } from 'commander';
|
||||||
import inquirer from 'inquirer';
|
import inquirer from 'inquirer';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user