From 90feebd72e22ec1f954b880a866cc40c93e1bf74 Mon Sep 17 00:00:00 2001 From: KangPeng Date: Tue, 29 Jul 2025 14:58:18 +0800 Subject: [PATCH 1/2] change page arrange Signed-off-by: KangPeng --- .../entry/src/main/ets/common/constants/CommonConstants.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/entry/src/main/ets/common/constants/CommonConstants.ets b/application/entry/src/main/ets/common/constants/CommonConstants.ets index 87b87c7b..4267ae0c 100644 --- a/application/entry/src/main/ets/common/constants/CommonConstants.ets +++ b/application/entry/src/main/ets/common/constants/CommonConstants.ets @@ -55,7 +55,7 @@ export default class CommonConstants { public static readonly UPDATE_PROMPT_LINE_HEIGHT: number = 16; public static readonly UPDATE_PROMPT_MARGIN_TOP: number = 9; // isMirrorLanguages - public static readonly MIRROR_LANGUAGES: Array = ['ug']; + public static readonly MIRROR_LANGUAGES: Array = ['ug','ar']; // isTibetanLanguages public static readonly TIBETAN_LANGUAGES: Array = ['bo']; } -- Gitee From 62c6f1b0607cee8cb792b9bbd2454b129cea1b7b Mon Sep 17 00:00:00 2001 From: KangPeng Date: Tue, 29 Jul 2025 07:53:46 +0000 Subject: [PATCH 2/2] update application/entry/src/main/ets/common/constants/CommonConstants.ets. Signed-off-by: KangPeng --- .../entry/src/main/ets/common/constants/CommonConstants.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/entry/src/main/ets/common/constants/CommonConstants.ets b/application/entry/src/main/ets/common/constants/CommonConstants.ets index 4267ae0c..1912d5e5 100644 --- a/application/entry/src/main/ets/common/constants/CommonConstants.ets +++ b/application/entry/src/main/ets/common/constants/CommonConstants.ets @@ -55,7 +55,7 @@ export default class CommonConstants { public static readonly UPDATE_PROMPT_LINE_HEIGHT: number = 16; public static readonly UPDATE_PROMPT_MARGIN_TOP: number = 9; // isMirrorLanguages - public static readonly MIRROR_LANGUAGES: Array = ['ug','ar']; + public static readonly MIRROR_LANGUAGES: Array = ['ug', 'ar']; // isTibetanLanguages public static readonly TIBETAN_LANGUAGES: Array = ['bo']; } -- Gitee