From 6704e14eaea912b66b0aa86ef4ad7d15ffa6bcf7 Mon Sep 17 00:00:00 2001 From: caichen Date: Tue, 29 Jul 2025 14:14:54 +0800 Subject: [PATCH] change page arrange --- .../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