!18 【OpenHarmony开源贡献者计划2022】+合理使用标点符号

Merge pull request !18 from 小超战大锤/master
This commit is contained in:
openharmony_ci 2022-09-13 12:53:26 +00:00 committed by Gitee
commit 476c80dd78
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多线程测试
```
## 贡献代码