fix:更新,小程序配置
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m45s

This commit is contained in:
Your Name 2026-01-22 13:55:06 +08:00
parent c34437c3e9
commit 7d2dc1ea90

View File

@ -25,7 +25,7 @@ export default function CustomerEnd(props: MyBetaModalFormProps) {
}
>
<div style={{ height: '80px' }}>
</div>
</ProCard>
<ProCard
@ -40,6 +40,18 @@ export default function CustomerEnd(props: MyBetaModalFormProps) {
</div>
</ProCard>
<ProCard
title="小程序首屏底部菜单图标"
type="inner"
bordered
extra={
<MyButtons.Default title="去配置" type="primary" size="small" />
}
>
<div style={{ height: '80px' }}>
png格式图标
</div>
</ProCard>
</ProCard>
</div>
);