From ee10e6d8ce848741d92d775cd19cceb508bdbfec Mon Sep 17 00:00:00 2001 From: dengpeng Date: Wed, 10 Jan 2024 19:22:59 +0800 Subject: [PATCH 1/6] =?UTF-8?q?[Issues:=20#I8V1G5]=20checkbox=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0shape=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1224/react-native-checkbox.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1224/react-native-checkbox.md b/1224/react-native-checkbox.md index 6a2a9945..5a6a4427 100644 --- a/1224/react-native-checkbox.md +++ b/1224/react-native-checkbox.md @@ -227,6 +227,7 @@ ohpm install | `disabled` | If true the user won't be able to toggle the checkbox. Default value is false. | bool | No | All | yes | | `onCheckColor` | Color of the check box when it is selected. | Color | No | ios & harmony | yes | | `tintColor` | Border color of the check box when it is not selected. | Color | No | ios & harmony | yes | +| `shape` | If true the user won't be able to toggle the checkbox. Default value is 0. | bool | int | No | harmony | yes | | `markSize` | Size of the internal mark. The default size is the same as the width of the check box.This parameter cannot be set in percentage. If it is set to an invalid value, the default value is used. | number | No | harmony | yes | | `strokeWidth` | Stroke width of the internal mark. This parameter cannot be set in percentage. If it is set to an invalid value, the default value is used. | number | No | harmony | yes | | `strokeColor` | Color of the internal mark. | Color | No | harmony | yes | -- Gitee From c25cbb16a94c7fe0bd133fa171425700587e5434 Mon Sep 17 00:00:00 2001 From: dengpeng Date: Wed, 10 Jan 2024 19:27:03 +0800 Subject: [PATCH 2/6] =?UTF-8?q?[Issues:=20#I8V1G5]=20checkbox=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0shape=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1224/react-native-checkbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1224/react-native-checkbox.md b/1224/react-native-checkbox.md index 5a6a4427..aea24287 100644 --- a/1224/react-native-checkbox.md +++ b/1224/react-native-checkbox.md @@ -227,7 +227,7 @@ ohpm install | `disabled` | If true the user won't be able to toggle the checkbox. Default value is false. | bool | No | All | yes | | `onCheckColor` | Color of the check box when it is selected. | Color | No | ios & harmony | yes | | `tintColor` | Border color of the check box when it is not selected. | Color | No | ios & harmony | yes | -| `shape` | If true the user won't be able to toggle the checkbox. Default value is 0. | bool | int | No | harmony | yes | +| `shape`| No | Sets component shapes, including circles and rounded squares. Default value is 0. | bool | int | harmony | yes | | `markSize` | Size of the internal mark. The default size is the same as the width of the check box.This parameter cannot be set in percentage. If it is set to an invalid value, the default value is used. | number | No | harmony | yes | | `strokeWidth` | Stroke width of the internal mark. This parameter cannot be set in percentage. If it is set to an invalid value, the default value is used. | number | No | harmony | yes | | `strokeColor` | Color of the internal mark. | Color | No | harmony | yes | -- Gitee From 6144988409a1fb3e9ab593ce77eccdaf665c1466 Mon Sep 17 00:00:00 2001 From: dengpeng Date: Wed, 10 Jan 2024 19:29:31 +0800 Subject: [PATCH 3/6] =?UTF-8?q?[Issues:=20#I8V1G5]=20checkbox=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0shape=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1224/react-native-checkbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1224/react-native-checkbox.md b/1224/react-native-checkbox.md index aea24287..ac5b8dee 100644 --- a/1224/react-native-checkbox.md +++ b/1224/react-native-checkbox.md @@ -227,7 +227,7 @@ ohpm install | `disabled` | If true the user won't be able to toggle the checkbox. Default value is false. | bool | No | All | yes | | `onCheckColor` | Color of the check box when it is selected. | Color | No | ios & harmony | yes | | `tintColor` | Border color of the check box when it is not selected. | Color | No | ios & harmony | yes | -| `shape`| No | Sets component shapes, including circles and rounded squares. Default value is 0. | bool | int | harmony | yes | +| `shape` | Sets component shapes, including circles and rounded squares. Default value is 0. | int | No | harmony | yes | | `markSize` | Size of the internal mark. The default size is the same as the width of the check box.This parameter cannot be set in percentage. If it is set to an invalid value, the default value is used. | number | No | harmony | yes | | `strokeWidth` | Stroke width of the internal mark. This parameter cannot be set in percentage. If it is set to an invalid value, the default value is used. | number | No | harmony | yes | | `strokeColor` | Color of the internal mark. | Color | No | harmony | yes | -- Gitee From c60d3cbfae9168d13cba55b704587326a7e37daf Mon Sep 17 00:00:00 2001 From: dengpeng Date: Wed, 10 Jan 2024 19:34:17 +0800 Subject: [PATCH 4/6] =?UTF-8?q?[Issues:=20#I8V60G]=20checkbox=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0shape=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1224/react-native-checkbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1224/react-native-checkbox.md b/1224/react-native-checkbox.md index ac5b8dee..59851983 100644 --- a/1224/react-native-checkbox.md +++ b/1224/react-native-checkbox.md @@ -1,4 +1,4 @@ -> 模板版本:v0.1.2 +> 模板版本:v0.1.1

@react-native-community/checkbox

-- Gitee From 79969edfe3ba646fce895aa93d6fc4b3af0fbb03 Mon Sep 17 00:00:00 2001 From: dengpeng Date: Wed, 10 Jan 2024 19:34:58 +0800 Subject: [PATCH 5/6] =?UTF-8?q?[Issues:=20#I8V60G]=20checkbox=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0shape=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1224/react-native-checkbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1224/react-native-checkbox.md b/1224/react-native-checkbox.md index 59851983..ac5b8dee 100644 --- a/1224/react-native-checkbox.md +++ b/1224/react-native-checkbox.md @@ -1,4 +1,4 @@ -> 模板版本:v0.1.1 +> 模板版本:v0.1.2

@react-native-community/checkbox

-- Gitee From 76a0e571bc03e6965b18a7199acabe9dff89d3c1 Mon Sep 17 00:00:00 2001 From: dengpeng Date: Thu, 11 Jan 2024 11:35:59 +0800 Subject: [PATCH 6/6] =?UTF-8?q?[Issues:=20#I8VAHS]=20=E6=9B=B4=E6=96=B0pro?= =?UTF-8?q?gress-ba-android=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1224/progress-bar-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1224/progress-bar-android.md b/1224/progress-bar-android.md index 705a0ee8..877f6e84 100644 --- a/1224/progress-bar-android.md +++ b/1224/progress-bar-android.md @@ -12,7 +12,7 @@

-> [!tip] [Github 地址](https://github.com/react-native-oh-tpl/progress-bar-android) +> [!tip] [Github 地址](https://github.com/react-native-oh-library/progress-bar-android) ## 安装与使用 -- Gitee