mirror of
https://github.com/openharmony/miscservices_wallpaper.git
synced 2026-07-19 01:48:52 -04:00
napi 接口名与对外接口名对齐
Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: Ia35bffc352e64fe03e7652e0fbc52727f2bac4bb
This commit is contained in:
@@ -76,7 +76,7 @@ static napi_module _module = {
|
||||
.nm_flags = 0,
|
||||
.nm_filename = nullptr,
|
||||
.nm_register_func = Init,
|
||||
.nm_modname = "app.wallpapernapi",
|
||||
.nm_modname = "wallpaper",
|
||||
.nm_priv = ((void *)0),
|
||||
.reserved = {0},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user