prefix可以正常生效, 便于多环境打包部署 💻 复现代码 | Recurrence code © 版本信息 Ant Design Pro 版本: 最新版 umi 版本: v4 浏览器环境: pc chrome 开发环境: windows 11 🚑 其他信息 虽然可以在requestInterceptors中通过依据环境修改url达到同样的目的, 但是不够优雅 Activity chenshuai2144 commented ...
⚡ feat: update prefix & config provider logic a2e517d github-actions bot commented Dec 14, 2023 • edited 🎊 PR Preview 600ed26 has been successfully built and deployed to https://ant-design-pro-editor-preview-pr-120.surge.sh 🕐 Build time: 72.971s 🤖 By surge-preview ⚡...
<ProFormDigit readonly formProps={{ suffix: '个' }} /> 这种用法不会显示这个suffix 但是像ProFormText组件就支持suffix和prefix 所以想了解下这个功能是基于什么特殊考量不做,还是单纯的没做,如果可以做的话,我可以来加 Sign up for free to join this conversation on GitHub. Already have an account?
<ProFormText readonly width="md" name="name" label="name" fieldProps={{ prefix: 'prefix', suffix: 'suffix', }} /> <ProFormSelect name="select" readonly4 changes: 4 additions & 0 deletions 4 packages/form/src/components/FieldSet/index.md Original file line numberDiff line numberDiff...
虽然在 tslint 推荐的规则中,默认会要求接口有 I 前缀,但是他们已经认识到了这个错误,并且准备不再推荐这么做。 鉴于这个项目对于业务项目的指导意义,我不希望看到这个习惯被带到大量的业务项目中。 不要给接口带 I 前缀的原因:https://stackoverflow.com/a/41967120...