!147 napi 接口名与对外接口名对齐

Merge pull request !147 from kangchongtao/0617
This commit is contained in:
openharmony_ci
2022-06-20 02:51:55 +00:00
committed by Gitee
@@ -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,
};