未验证 提交 d8508bba 编写于 作者: O openharmony_ci 提交者: Gitee

!21998 文档整改

Merge pull request !21998 from 田雨/master
......@@ -54,7 +54,7 @@ struct FontExample {
// familyName和familySrc都支持string
font.registerFont({
familyName: 'medium',
familySrc: '/font/medium.ttf'
familySrc: '/font/medium.ttf' // font文件与pages目录同级
})
// familyName和familySrc都支持系统Resource
......
......@@ -22,7 +22,7 @@ CheckboxGroup(options?: { group?: string })
| 参数名 | 参数类型 | 必填 | 参数描述 |
| -------- | -------- | -------- | -------- |
| group | string | 否 | 群组名称。|
| group | string | 否 | 群组名称。<br/>**说明:** <br/>多个相同群组名称的CheckboxGroup,仅第一个CheckboxGroup生效。 |
## 属性
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册