提交 0c095d5a 编写于 作者: Y yamila

update font

Signed-off-by: Nyamila <tianyu55@huawei.com>
上级 dea70b59
......@@ -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.
先完成此消息的编辑!
想要评论请 注册