解决黄蓝同步问题

解决黄蓝同步问题

Signed-off-by: 王禹臻 <wangyuzhen5@huawei.com>
This commit is contained in:
王禹臻 2024-08-19 12:09:17 +00:00 committed by Gitee
parent d609f1ebb0
commit 07f98f4523
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -64,7 +64,8 @@ declare namespace uiEffect {
* @param { number } waveCount - The number of waves when the water ripples. The maximum count of waves is 3, the minimum value is 1, default is 2.
* @param { number } x - Represents the X-axis position of center point where the water ripple first appears on the screen.
* @param { number } y - Represents the Y-axis position of center point where the water ripple first appears on the screen.
* @param { WaterRippleMode } rippleMode - Set the mode of water ripple, 0 for mobile to desktop(Receive), 1 for mobile to desktop(Send), 2 for mobile to mobile.
* @param { WaterRippleMode } rippleMode - Set the mode of water ripple,
* 0 for mobile to desktop(Receive), 1 for mobile to desktop(Send), 2 for mobile to mobile.
* @returns { Filter } - Returns water ripple Filter.
* @throws { BusinessError } 202 - Permission verification failed. A non-system application calls a system API.
* @syscap SystemCapability.Graphics.Drawing
@ -85,7 +86,7 @@ declare namespace uiEffect {
* @systemapi
* @since 12
*/
flyInFlyOutEffect(degree: number, flyMode: FlyMode ): Filter;
flyInFlyOutEffect(degree: number, flyMode: FlyMode): Filter;
}
/**