From 618fe5f36294d4d066c678f5ad02296ee1cd66b9 Mon Sep 17 00:00:00 2001 From: Qy742698 <837185575@qq.com> Date: Thu, 31 Oct 2024 17:52:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=20[Issues:=20#IB16QX]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9galio-framework=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/galio-framework.md | 25 +++++++++++++------------ zh-cn/galio-framework.md | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/en/galio-framework.md b/en/galio-framework.md index a915c9a06..0f171d66e 100644 --- a/en/galio-framework.md +++ b/en/galio-framework.md @@ -302,18 +302,18 @@ For details, see[galio](https://galio.io/docs/#/components) ### [NavBar](https://galio.io/docs/#/components/navbar?id=navbar) -| Name | Description | Type | Required | Platform | HarmonyOS Support | -| :-----------: | :-----------------------------------------------------------: | :----------: | :------: | :---------: | :---------------: | -| back | Adds a back button for your navBar. | boolean | no | iOS/Android | Yes | -| transparent | Sets the backgroundColor and borderColor to 'transparent' | boolean | no | iOS/Android | Yes | -| title | Title of the NavBar | node, string | no | iOS/Android | Yes | -| titleStyle | Sets the styling for the title | object | no | iOS/Android | Yes | -| left | Left side of the NavBar | node | no | iOS/Android | Yes | +| Name | Description | Type | Required | Platform | HarmonyOS Support | +| :-----------: | :----------------------------------------------------------: | :----------: | :------: | :---------: | :---------------: | +| back | Adds a back button for your navBar. | boolean | no | iOS/Android | Yes | +| transparent | Sets the backgroundColor and borderColor to 'transparent' | boolean | no | iOS/Android | Yes | +| title | Title of the NavBar | node, string | no | iOS/Android | Yes | +| titleStyle | Sets the styling for the title | object | no | iOS/Android | Yes | +| left | Left side of the NavBar | node | no | iOS/Android | Yes | | leftStyle | Sets the styling for the View wrapping the left side element. | object | no | iOS/Android | Yes | -| leftIconColor | Sets the color of the left side's icon. | string | no | iOS/Android | Yes | -| onLeftPress | Function for the left side of the navbar | function | no | iOS/Android | Yes | -| right | Right side of the NavBar | node | no | iOS/Android | Yes | -| rightStyle | Sets the styling for the View wrapping the left side element. | object | no | iOS/Android | Yes | +| leftIconColor | Sets the color of the left side's icon. | string | no | iOS/Android | Yes | +| onLeftPress | Function for the left side of the navbar | function | no | iOS/Android | Yes | +| right | Right side of the NavBar | node | no | iOS/Android | Yes | +| rightStyle | Sets the styling for the View wrapping the right side element. | object | no | iOS/Android | Yes | ### [Radio](https://galio.io/docs/#/components/radio?id=radio) @@ -399,8 +399,9 @@ For details, see[galio](https://galio.io/docs/#/components) ## Others - Flashback occurs when fadeOutDuration is used [issue#264](https://github.com/galio-org/galio/issues/264) + - Using the safe attribute in the Block component does not take effect [issue#265](https://github.com/galio-org/galio/issues/265) ## License -This project is licensed under [The MIT License(MIT)](https://github.com/galio-org/galio/blob/master/LICENSE.md) \ No newline at end of file +This project is licensed under [The MIT License(MIT)](https://github.com/galio-org/galio/blob/master/LICENSE.md). diff --git a/zh-cn/galio-framework.md b/zh-cn/galio-framework.md index 5c7abe13b..3542ba05f 100644 --- a/zh-cn/galio-framework.md +++ b/zh-cn/galio-framework.md @@ -316,7 +316,7 @@ export default CardDemo; | leftIconColor | Sets the color of the left side's icon. | string | no | iOS/Android | Yes | | onLeftPress | Function for the left side of the navbar | function | no | iOS/Android | Yes | | right | Right side of the NavBar | node | no | iOS/Android | Yes | -| rightStyle | Sets the styling for the View wrapping the left side element. | object | no | iOS/Android | Yes | +| rightStyle | Sets the styling for the View wrapping the right side element. | object | no | iOS/Android | Yes | ### [Radio](https://galio.io/docs/#/components/radio?id=radio) -- Gitee