Ernie Dubrow
Ernie Dubrow
### 🐛 bug 描述 umi4.x下面 配置多环境变量 打包模式下config.ts取的文件不对。npm run build:uat 取到了prod下面的配置(npm run start:uat是正确的) ### 💻 复现代码 | Recurrence code // package.json "start": "cross-env UMI_ENV=dev max dev", "start:dev": "cross-env REACT_APP_ENV=dev MOCK=none UMI_ENV=dev...
The returned image address cannot be accessed in certain countries. How to proxy the returned image address?
### Verify latest release - [X] I verified that the issue exists in the latest `chatgpt` release ### Verify webapp is working - [X] I verify that the ChatGPT webapp...
版本: taro:3.5.10 @poster-render/taro-react:3.5.0 报错信息: 描述: 开始接入是可以的,什么都没动,过了几个钟头报错,最后换成样例代码也报错 代码(样例代码): ``` import { FC, useRef } from 'react' import { pxTransform } from '@tarojs/taro' import { PosterRender, PosterRenderRef } from '@poster-render/taro-react' const Index:...