Skip to content

Commit

Permalink
docs: add footer local
Browse files Browse the repository at this point in the history
  • Loading branch information
97vack authored May 20, 2024
1 parent 5089cdc commit 5eb95d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .dumi/theme/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"hero.feature.typeTitle": "类型推断",
"hero.feature.type": "提供完整的类型推断, 表单模型数据推断。",
"hero.feature.sandPackage": "在线小试",
"hero.footer.source": "相关资源",
"hero.footer.useCase": "使用案例",
"hero.footer.plan": "react表单受控的实现方案",
"hero.footer.license": "协议",
"hero.footer.wxin": "微信",
"hero.footer.friendshipLink": "友情推荐",
"footer.desc.star.text": "如果让你的表单开发变得更加容易,请给我们加颗星",
"footer.desc.issue.text": "如果你在使用过程中遇到了困难,请给我们提",
"API.useForm.render.desc": "表单项渲染函数,接收两个参数,第一个参数为表单项字段,第二个参数为表单项配置。<div>更多配置:<a href='/zh-CN/intro/api#formitem'>FormItem</a</div>",
Expand Down Expand Up @@ -84,4 +90,4 @@
"API.form.global.props.formItem.requireIndicator": "表单项必填指示器。默认为*,在1.5.1之后的版本包含1.5.1支持传入自定义组件。",
"API.form.global.props.formItem.label": "表单项标签。",
"API.form.global.props.formItem.getContent": "使用 FormItem 组件形式创建一个受控表单项时,需要传入这个方法,方法返回需要渲染的内容。getContent 的参数包含有该表单项的 API、该表单项的模型数据、校验状态以及符合原生属性的 attrs,开发者可以针对这些参数做相应的逻辑处理。在参数返回的表单项 API 中,开发者可以直接调用来触发该表单项的对应事件以达到更精确更细度的控制。"
}
}

0 comments on commit 5eb95d5

Please sign in to comment.