update README.md.

Signed-off-by: small-super-war-sledgehammer <1873630690@qq.com>

Signed-off-by: 小超战大锤 <1873630690@qq.com>
This commit is contained in:
小超战大锤 2022-09-07 14:22:13 +00:00 committed by Gitee
parent 1ae7055305
commit 1d8f6cce25
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ struct Index {
##### 步骤1
定义自定义类
定义自定义类
```typescript
export default class PixelMapPack{
@ -83,7 +83,7 @@ export default class PixelMapPack{
}
```
使用@State关联PixelMapPack
使用@State关联PixelMapPack;
```typescript
@State imageKnifePixelMapPack:PixelMapPack = new PixelMapPack();
@ -152,7 +152,7 @@ let requestOptin = new RequestOption();
## 接口说明
### RequestOption 用户配置参数
### RequestOption 用户配置参数:
| 方法名 | 入参 | 接口描述 |
| ------------------------------------------------------------ | ---------------------------------------------------------- | -------------------------------------------------------- |
@ -286,7 +286,7 @@ let requestOptin = new RequestOption();
- transformTestCasePage.ets # 所有类型变换配合ImageKnifeComponent测试
- workers # 测试worker多线程
- worker1.js # worker多线程测试
- worker1.js # worker多线程测试
```
## 贡献代码