We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b53dc commit 5ba48a1Copy full SHA for 5ba48a1
website/src/pages/docs/development/document/README.md
@@ -68,11 +68,9 @@ yarn run build # 编译包
68
实时监听包和文档网站本地预览
69
70
```bash
71
-# Step 1️⃣ 编译输出 JS 文件
+# Step 1️⃣ 编译输出 JS/d.ts 文件
72
yarn run lib:watch
73
-# Step 2️⃣ 输出类型文件 d.ts
74
-yarn run lib:watch:type
75
-# Step 3️⃣ 本地运行预览文档网站
+# Step 2️⃣ 本地运行预览文档网站
76
yarn run start
77
```
78
@@ -173,4 +171,4 @@ export default class Page extends Markdown {
173
171
可直接点击文档网站底部的 `在 GitHub 上编辑此页`<!--rehype:style=color: #1e1cf0; background: #e3e3ff;--> 按钮。
174
172
175
⇣⇣⇣⇣⇣⇣看见没有,点击下面按钮⇣⇣⇣⇣⇣⇣
176
-<!--rehype:style=background-color: #a0ffb3; padding: 12px 16px; display: inline-block;-->
+<!--rehype:style=background-color: #a0ffb3; padding: 12px 16px; display: inline-block;-->
0 commit comments