Skip to content

Commit 113393e

Browse files
committed
Update CLI documentation to replace "热更版本" with "热更包" for consistency in terminology regarding hot update packages.
1 parent c637faa commit 113393e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

site/pages/docs/cli.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,12 @@ $ npm install -g react-native-update-cli
215215
react-native-update-cli: 1.45.4 (最新:1.45.4)
216216
react-native-update: 10.28.11 (最新:10.28.11)
217217
以下是 dry-run 模拟运行结果,不会实际执行任何操作:
218-
已将热更版本 211343 绑定到原生版本 1.28.1 (id: 75219)
219-
已将热更版本 211343 绑定到原生版本 1.28 (id: 75184)
220-
已将热更版本 211343 绑定到原生版本 1.5 (id: 73396)
221-
已将热更版本 211343 绑定到原生版本 2.0 (id: 68219)
222-
已将热更版本 211343 绑定到原生版本 1.0 (id: 68158)
218+
已将热更包 211343 绑定到原生版本 1.28.1 (id: 75219)
219+
已将热更包 211343 绑定到原生版本 1.28 (id: 75184)
220+
已将热更包 211343 绑定到原生版本 1.5 (id: 73396)
221+
已将热更包 211343 绑定到原生版本 2.0 (id: 68219)
222+
已将热更包 211343 绑定到原生版本 1.0 (id: 68158)
223223
操作完成,共已绑定 5 个原生版本
224-
操作成功
225224
```
226225

227226

0 commit comments

Comments
 (0)