mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-16 07:44:28 -04:00
napi 接口名与对外接口名对齐
Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: Ia6063018a151029dc3c809b22292e5c96fae95c2
This commit is contained in:
@@ -20,7 +20,7 @@ extern "C" __attribute__((constructor)) void NAPI_inputMethod_AutoRegister()
|
||||
{
|
||||
auto moduleManager = NativeModuleManager::GetInstance();
|
||||
NativeModule newModuleInfo = {
|
||||
.name = "inputMethod",
|
||||
.name = "inputmethod",
|
||||
.fileName = "inputmethod.so/inputmethod.js",
|
||||
.registerCallback = OHOS::MiscServices::JsInputMethodRegistryInit,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user