chenos

Results 47 issues of chenos

> 修复后发现另外一个问题 > > 生效:/api/roles:move?sourceId=member&targetId=admin > 不生效:/api/users/1/roles:move?sourceId=member&targetId=admin > > 这个大概是什么原因导致的? 第一个 api,scope 范围是全表排序 第二个 api,scope 范围是某个 userId,有区别的 _Originally posted by @chenos in https://github.com/nocobase/nocobase/issues/660#issuecomment-1190935188_

废话不多说,直接开门见山 ## Renderer 按需加载 `src/renderers` 内置的 Renderer 的有几十上百个,但是可能实际项目用到的只有一小部分,按需加载可以让项目更轻量,使用场景也更广泛,renderer 可以考虑单独发版。 ## 更完备的 Component 库 `src/components` 相比较一些完整的 UI 框架,现在这套内置的 components 相对简陋,以至于在自定义稍复杂的 renderer 时,需要引用第三方 UI,这样的话,样式没办法简单的统一起来。另外,现在内置的 component 在细节设计上美感不足,是否有考虑直接使用成熟的第三方 UI 来适配 renderer 呢?或者在 renderer 适配...