baiyidujiang
baiyidujiang
### Component Upload ### Steps to reproduce Upload.Dragger的itemRender为什么不生效 具体代码: ```jsx const itemRender = (file, {remove}) => { console.log(file); return ( showImg(file.url)}/> 06:08 ); }; ``` 
 如图操作: 1.疑问:文字的透明度和图片的透明度只能同步调整吗 2.为什么修改color tab下的页面会自动跳转到bgImg下,这是正常情况吗? # Environments: AliLowCodeEngine version: 1.3.2 AliLowCodeEngineExt version: 1.0.6 Browser: chrome 124.0.6367.61
1.我现在自己魔改了ant design的组件,打包后,使用了自己打包的assets.json物料,但是在物料渲染的时候,assets.json必须加上下方这个组件 ``` { "title": "fusion组件库", "package": "@alifd/next", "version": "1.26.4", "urls": [ "https://g.alicdn.com/code/lib/alifd__next/1.26.4/next.min.css", "https://g.alicdn.com/code/lib/alifd__next/1.26.4/next-with-locales.min.js" ], "library": "Next" } ``` 2.如果不加上上述的组件,就会抛出如下异常: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'Menu')...
### 🧐 问题描述 | Problem description 1.现在我正在做的工作是ant-design-pro工程进行前端代码开发,开发完功能后把一些通用的页面代码分发到其他小组进行使用。 但是现在存在一个问题,由于前端是通用的,如:用户管理,菜单管理等,这些页面不需要多次开发,现在我们的做法是由我把功能开发完毕,然后一份一份代码拷贝给其他小组使用(注:不同项目,不同前端代码,只有部分功能是通用的)。 2.现在存在一个问题,如果我某个功能页面出现了bug,需要修改bug,修改完成后,代码需要一份一份拷贝给其他小组使用,而且拷贝的过程代码容易出错。 3.请问如何将这个过程简化? 4.我现在的想法是将代码打包成npm包,发布到私库上,然后其他小组成员只需要更新package.json中的版本即可。但是我不知道怎么打包成npm包让其他小组成员马上就能使用。而且如果通过这种方式的话,路由组件支持引入来自node_modules中的页面吗?
## **Describe the bug (required)** / **详细描述 bug(必填)** 官方综合场景的demo中,低代码组件示例在预览中无法正确展示。 --- ## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)** 具体操作如图:  复现demo地址:https://lowcode-engine.cn/demo/demo-general/index.html ## **Expected behavior (required)** / **预期行为(必填,非常重要)** LowcodeComponent 如何才能正确展示? ## **Screenshots...
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...