UNPKG

mm_os

Version:

MM_OS服务端架构,用于快速构建应用程序,支持网站建设、小程序后台、AI应用、物联网(IOT/AIOT)、游戏服务端等多种场景。

16 lines (15 loc) 304 B
module.exports = { /** * 组件工厂方法 * @param {object} component 组件对象 */ async _init(component) { // this.log('debug', '初始化'); }, /** * 追加方法到实体 * @param {object} entity 实体对象 */ async addMethod(entity) { } };