Skip to content

Commit

Permalink
doc: 更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
CNFeffery committed Aug 30, 2024
1 parent 6e8d5ed commit ee28ba6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[简体中文](./README.md) | English

Subproject of `feffery-components` projects, third-party components library of `Plotly Dash`, based on the [Antd](https://github.com/ant-design/ant-design), brings many common and powerful components into `Dash`🥳, latest stable version: `0.3.2`
Subproject of `feffery-components` projects, third-party components library of `Plotly Dash`, based on the [Antd](https://github.com/ant-design/ant-design), brings many common and powerful components into `Dash`🥳, latest stable version: `0.3.3`

## 1 Install

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

简体中文 | [English](./README-en_US.md)

`feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`Antd`,将超多具有丰富功能的通用网页常用交互组件引入`Dash`的生态中 🥳,最新稳定版本:`0.3.2`
`feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`Antd`,将超多具有丰富功能的通用网页常用交互组件引入`Dash`的生态中 🥳,最新稳定版本:`0.3.3`

## 1 最新版本安装方式

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feffery_antd_components",
"version": "0.3.3",
"version": "0.3.4",
"description": "Best implementation of Antd components in Plotly Dash.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/fragments/dataEntry/AntdColorPicker.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const AntdColorPicker = (props) => {
}

return (
<ConfigProvider locale={locale === 'zh-cn' ? str2Locale.get(locale) : undefined}>
<ConfigProvider locale={locale !== 'en-us' ? str2Locale.get(locale) : undefined}>
<ColorPicker
// 提取具有data-*或aria-*通配格式的属性
{...pickBy((_, k) => k.startsWith('data-') || k.startsWith('aria-'), props)}
Expand Down

0 comments on commit ee28ba6

Please sign in to comment.