mirror of
https://github.com/openharmony/js_api_module.git
synced 2026-07-19 18:23:43 -04:00
napi 接口名与对外接口名对齐
Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: Iad5a3ee857f494d9479694a0a0f726e50758d189
This commit is contained in:
@@ -93,7 +93,7 @@ namespace OHOS::Xml {
|
||||
.nm_flags = 0,
|
||||
.nm_filename = nullptr,
|
||||
.nm_register_func = ConvertXmlInit,
|
||||
.nm_modname = "ConvertXML",
|
||||
.nm_modname = "convertxml",
|
||||
.nm_priv = reinterpret_cast<void*>(0),
|
||||
.reserved = { 0 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user