TODO: - [ ] reducers with enhancer - [ ] effect with type 比如: ``` js app.model({ reducers: [{}, enhancer], effects: { addRemoteLatest: [function*() {}, { type: 'takeLatest' }], }, }); ```