提交 71973f7f 编写于 作者: Y yuyaozhi

Fix release branch document problems of ability

Signed-off-by: Nyuyaozhi <yuyaozhi@huawei.com>
上级 94e1a263
......@@ -32,11 +32,9 @@ Obtains the ID attached to the end of a given URI.
**Example**
```js
dataUriUtils.getIdSync("com.example.dataUriUtils/1221")
dataUriUtils.getId("com.example.dataUriUtils/1221")
```
## dataUriUtils.attachId
attachId(uri: string, id: number): string
......@@ -68,8 +66,6 @@ dataUriUtils.attachId(
)
```
## dataUriUtils.deleteId
deleteId(uri: string): string
......@@ -96,8 +92,6 @@ Deletes the ID from the end of a given URI.
dataUriUtils.deleteId("com.example.dataUriUtils/1221")
```
## dataUriUtils.updateId
updateId(uri: string, id: number): string
......
......@@ -32,11 +32,9 @@ getId(uri: string): number
**示例:**
```js
dataUriUtils.getIdSync("com.example.dataUriUtils/1221")
dataUriUtils.getId("com.example.dataUriUtils/1221")
```
## dataUriUtils.attachId
attachId(uri: string, id: number): string
......@@ -68,8 +66,6 @@ dataUriUtils.attachId(
)
```
## dataUriUtils.deleteId
deleteId(uri: string): string
......@@ -96,8 +92,6 @@ deleteId(uri: string): string
dataUriUtils.deleteId("com.example.dataUriUtils/1221")
```
## dataUriUtils.updateId
updateId(uri: string, id: number): string
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册