refactor: readme

This commit is contained in:
2026-02-26 16:38:40 +08:00
parent e57e09ae05
commit af4cb15d2c
+4 -4
View File
@@ -11,11 +11,11 @@
## CLI 命令
```bash
# 预览模式
npx ttrpg serve [dir] -p 3000
# 克隆仓库后,npm link安装
# 在项目文件夹内运行
ttrpg serve [dir] -p 3000
# 编译模式
npx ttrpg compile [dir] -o ./dist/output
```
## 组件语法