ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.64k stars 2.4k forks source link

Update index.zh.md #6419

Open horseson2018 opened 11 months ago

horseson2018 commented 11 months ago

修正下tree-select里面option的类型,label实际可拓展为jsx element

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f2e166d) 92.10% compared to head (3df6d39) 92.10%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6419 +/- ## ======================================= Coverage 92.10% 92.10% ======================================= Files 316 316 Lines 6861 6861 Branches 1719 1719 ======================================= Hits 6319 6319 Misses 504 504 Partials 38 38 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 11 months ago

PR preview has been successfully built and deployed to https://antd-mobile-preview-pr-6419.surge.sh

1587315093 commented 11 months ago

英文文档和源码的类型也得同步改的

https://github.com/ant-design/ant-design-mobile/blob/master/src/components/tree-select/tree-select.tsx#L14 https://github.com/ant-design/ant-design-mobile/blob/master/src/components/tree-select/index.en.md?plain=1#L19