移除模块
static bool remove(BaseModule module) { module.unregister(); return _moduleSet.remove(module); }