diff --git a/api/@ohos.curves.static.d.ets b/api/@ohos.curves.static.d.ets
index 7f4359f97e784d70f403c86c423168b711cc731b..27a99ab5368b1534d035fcc04bb20f39645f22c6 100644
--- a/api/@ohos.curves.static.d.ets
+++ b/api/@ohos.curves.static.d.ets
@@ -197,10 +197,11 @@ declare namespace curves {
* @param { function } interpolate - Custom interpolation callback.fraction: input x value for interpolation.
* when the animation starts. Value range: [0, 1]The return value is the y value of the curve. Value range: [0, 1].
*
**NOTE**:
- *
If fraction is 0, the return value 0 corresponds to the animation start point; any other return value means that
- *
the animation jumps at the start point.If fraction is 1, the return value 1 corresponds to the animation
- *
end point; any other return value means that the end value of the animation is not the value of the state
- *
variable, which will result in an effect of transition from that end value to the value of the state variable.
+ *
If fraction is 0, the return value 0 corresponds to the animation start point;
+ *
any other return value means that the animation jumps at the start point.If fraction is 1, the return
+ *
value 1 corresponds to the animation end point; any other return value means that the end value
+ *
of the animation is not the value of the state variable, which will result in an effect of transitions
+ *
from that end value to the value of the state variable.
*
* @returns { ICurve } Interpolation curve.
* @syscap SystemCapability.ArkUI.ArkUI.Full
diff --git a/api/arkui/component/tabs.static.d.ets b/api/arkui/component/tabs.static.d.ets
index babcfe992840150785d49eb4df89afbd57ff296b..67cebae3f8d369a662907da688199a53e9fb08be 100644
--- a/api/arkui/component/tabs.static.d.ets
+++ b/api/arkui/component/tabs.static.d.ets
@@ -106,14 +106,16 @@ export declare enum AnimationMode {
*/
export declare enum BarPosition {
/**
- * When the vertical attribute method is set to true, the tab is on the left of the container. When the vertical property method is set to false, the tab is at the top of the container.
+ * When the vertical attribute method is set to true, the tab is on the left of the container.
+ * When the vertical property method is set to false, the tab is at the top of the container.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 20
*/
Start,
/**
- * When the vertical attribute method is set to true, the tab is located on the right of the container. When the vertical property method is set to false, the tab is at the bottom of the container.
+ * When the vertical attribute method is set to true, the tab is located on the right of the container.
+ * When the vertical property method is set to false, the tab is at the bottom of the container.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 20
@@ -716,7 +718,8 @@ export declare interface TabsAttribute extends CommonMethod {
/**
* Setting page flip mode on mouse wheel event.
*
- * @param { Optional } mode - page flip mode on mouse wheel event. The default value is PageFlipMode.CONTINUOUS.
+ * @param { Optional } mode - page flip mode on mouse wheel event.
+ *
The default value is PageFlipMode.CONTINUOUS.
* @returns { TabsAttribute }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 20