ant-design / antd-token-previewer

https://ant-design.github.io/antd-token-previewer
MIT License
72 stars 21 forks source link

feat: JsonEditor #171

Closed heiyu4585 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 4.34% and project coverage change: +0.47 :tada:

Comparison is base (5766f3a) 60.84% compared to head (d81d0f7) 61.31%.

:exclamation: Current head d81d0f7 differs from pull request most recent head 39413af. Consider uploading reports for the commit 39413af to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #171 +/- ## ========================================== + Coverage 60.84% 61.31% +0.47% ========================================== Files 273 273 Lines 1826 1812 -14 Branches 390 383 -7 ========================================== Hits 1111 1111 + Misses 713 699 -14 Partials 2 2 ``` | [Impacted Files](https://codecov.io/gh/ant-design/antd-token-previewer/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ant-design) | Coverage Δ | | |---|---|---| | [src/GlobalTokenEditor.tsx](https://codecov.io/gh/ant-design/antd-token-previewer/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ant-design#diff-c3JjL0dsb2JhbFRva2VuRWRpdG9yLnRzeA==) | `8.00% <0.00%> (+3.45%)` | :arrow_up: | | [src/ThemeEditor.tsx](https://codecov.io/gh/ant-design/antd-token-previewer/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ant-design#diff-c3JjL1RoZW1lRWRpdG9yLnRzeA==) | `12.00% <0.00%> (-9.43%)` | :arrow_down: | | [src/component-demos/modal/warning.tsx](https://codecov.io/gh/ant-design/antd-token-previewer/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ant-design#diff-c3JjL2NvbXBvbmVudC1kZW1vcy9tb2RhbC93YXJuaW5nLnRzeA==) | `100.00% <ø> (ø)` | | | [src/locale/en-US.ts](https://codecov.io/gh/ant-design/antd-token-previewer/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ant-design#diff-c3JjL2xvY2FsZS9lbi1VUy50cw==) | `100.00% <ø> (ø)` | | | [src/locale/zh-CN.ts](https://codecov.io/gh/ant-design/antd-token-previewer/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ant-design#diff-c3JjL2xvY2FsZS96aC1DTi50cw==) | `100.00% <ø> (ø)` | | | [src/token-panel-pro/ComponentDemoPro.tsx](https://codecov.io/gh/ant-design/antd-token-previewer/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ant-design#diff-c3JjL3Rva2VuLXBhbmVsLXByby9Db21wb25lbnREZW1vUHJvLnRzeA==) | `7.14% <10.00%> (+2.14%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ant-design). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ant-design)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

MadCcc commented 1 year ago

呃这个只做到了 demo 里呀,要做到组件里的

heiyu4585 commented 1 year ago

呃这个只做到了 demo 里呀,要做到组件里的

https://github.com/ant-design/antd-token-previewer/pull/173 @MadCcc