From 9d29968e366350f81970127794b20c8d980dca1a Mon Sep 17 00:00:00 2001 From: hemenghao Date: Thu, 12 Jun 2025 16:22:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=BB=84=E8=93=9D=E5=B7=AE=E5=BC=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inputmethod/include/inputmethod_text_config_capi.h | 1 + inputmethod/include/inputmethod_types_capi.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/inputmethod/include/inputmethod_text_config_capi.h b/inputmethod/include/inputmethod_text_config_capi.h index 77aee5214..2788fcfc8 100644 --- a/inputmethod/include/inputmethod_text_config_capi.h +++ b/inputmethod/include/inputmethod_text_config_capi.h @@ -35,6 +35,7 @@ #ifndef OHOS_INPUTMETHOD_TEXT_CONFIG_CAPI_H #define OHOS_INPUTMETHOD_TEXT_CONFIG_CAPI_H #include +#include #include "inputmethod_cursor_info_capi.h" #include "inputmethod_text_avoid_info_capi.h" diff --git a/inputmethod/include/inputmethod_types_capi.h b/inputmethod/include/inputmethod_types_capi.h index 72c9ad0b3..7e135c177 100644 --- a/inputmethod/include/inputmethod_types_capi.h +++ b/inputmethod/include/inputmethod_types_capi.h @@ -216,7 +216,7 @@ typedef enum InputMethod_TextInputType { */ IME_TEXT_INPUT_TYPE_NUMBER_DECIMAL = 12, /** - * The text input type is ONE_TIME_CODE. + * The text input type is ONE TIME CODE. * * @since 20 */ -- Gitee From 298cd8d950f22a1dfa13ec2187f019a28cdada3e Mon Sep 17 00:00:00 2001 From: hemenghao Date: Thu, 12 Jun 2025 17:07:33 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=8C=91=E5=8D=956.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hemenghao --- inputmethod/include/inputmethod_types_capi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputmethod/include/inputmethod_types_capi.h b/inputmethod/include/inputmethod_types_capi.h index 7e135c177..13da22e41 100644 --- a/inputmethod/include/inputmethod_types_capi.h +++ b/inputmethod/include/inputmethod_types_capi.h @@ -216,7 +216,7 @@ typedef enum InputMethod_TextInputType { */ IME_TEXT_INPUT_TYPE_NUMBER_DECIMAL = 12, /** - * The text input type is ONE TIME CODE. + * The text input type is ONE TIME CODE.。 * * @since 20 */ -- Gitee From eea2442fedbdad63c04fb58940ba2544fc03b0ef Mon Sep 17 00:00:00 2001 From: hemenghao Date: Thu, 12 Jun 2025 17:14:30 +0800 Subject: [PATCH 3/3] 6.0 Signed-off-by: hemenghao --- inputmethod/include/inputmethod_types_capi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputmethod/include/inputmethod_types_capi.h b/inputmethod/include/inputmethod_types_capi.h index 13da22e41..7e135c177 100644 --- a/inputmethod/include/inputmethod_types_capi.h +++ b/inputmethod/include/inputmethod_types_capi.h @@ -216,7 +216,7 @@ typedef enum InputMethod_TextInputType { */ IME_TEXT_INPUT_TYPE_NUMBER_DECIMAL = 12, /** - * The text input type is ONE TIME CODE.。 + * The text input type is ONE TIME CODE. * * @since 20 */ -- Gitee