refactor: readme

This commit is contained in:
hypercross 2026-02-26 16:38:40 +08:00
parent e57e09ae05
commit af4cb15d2c
1 changed files with 4 additions and 4 deletions

View File

@ -11,11 +11,11 @@
## CLI 命令 ## CLI 命令
```bash ```bash
# 预览模式 # 克隆仓库后npm link安装
npx ttrpg serve [dir] -p 3000
# 在项目文件夹内运行
ttrpg serve [dir] -p 3000
# 编译模式
npx ttrpg compile [dir] -o ./dist/output
``` ```
## 组件语法 ## 组件语法