From 9f2a7b997178134f125c0221f471dafc147058b2 Mon Sep 17 00:00:00 2001 From: PipiSummer Date: Mon, 14 Jul 2025 20:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A5=E9=98=B6=E5=B1=82ffi=E4=BB=A3?= =?UTF-8?q?=E7=A0=81bundle.json=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PipiSummer --- bundle.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle.json b/bundle.json index 4860e882e..f01a865e7 100644 --- a/bundle.json +++ b/bundle.json @@ -87,6 +87,7 @@ "//base/inputmethod/imf/frameworks/js/napi/inputmethod_extension_context:inputmethodextensioncontext_napi", "//base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager:keyboardpanelmanager", "//base/inputmethod/imf/frameworks/cj:cj_inputmethod_ffi", + "//base/inputmethod/imf/frameworks/kits/extension_cj:cj_inputmethod_extension_ffi", "//base/inputmethod/imf/seccomp_policy:imf_ext_secure_filter", "//base/inputmethod/imf/services/dialog:input_method_choose_dialog", "//base/inputmethod/imf/tools/ime:ime" -- Gitee