refactor: cm_api -> cm_global.APIs

This commit is contained in:
dr.lt.data
2024-01-02 17:06:59 +09:00
parent 7dfbdfb44e
commit 097a832e7e
4 changed files with 150 additions and 15 deletions

View File

@@ -65,9 +65,5 @@ app.registerExtension({
},
});
});
},
nodeCreated(node, app) {
console.log('test');
}
});