fix:更新,小程序配置
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m45s
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m45s
This commit is contained in:
parent
c34437c3e9
commit
7d2dc1ea90
@ -25,7 +25,7 @@ export default function CustomerEnd(props: MyBetaModalFormProps) {
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<div style={{ height: '80px' }}>
|
<div style={{ height: '80px' }}>
|
||||||
替换系统默认的金刚区图标,将图标颜色统一调整为机构主色,保持视觉格一致
|
替换系统默认的颜色统一调整为机构主色,保持视觉格一致
|
||||||
</div>
|
</div>
|
||||||
</ProCard>
|
</ProCard>
|
||||||
<ProCard
|
<ProCard
|
||||||
@ -40,6 +40,18 @@ export default function CustomerEnd(props: MyBetaModalFormProps) {
|
|||||||
品牌主色是机构在小程序中最核心的视觉代表色。通过配置品牌主色,你可以让整个小程序的交互组件自动统一为机构专属风格,提升品牌识别度。
|
品牌主色是机构在小程序中最核心的视觉代表色。通过配置品牌主色,你可以让整个小程序的交互组件自动统一为机构专属风格,提升品牌识别度。
|
||||||
</div>
|
</div>
|
||||||
</ProCard>
|
</ProCard>
|
||||||
|
<ProCard
|
||||||
|
title="小程序首屏底部菜单图标"
|
||||||
|
type="inner"
|
||||||
|
bordered
|
||||||
|
extra={
|
||||||
|
<MyButtons.Default title="去配置" type="primary" size="small" />
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<div style={{ height: '80px' }}>
|
||||||
|
配置客户端小程序首屏底部菜单图标,请上传png格式图标
|
||||||
|
</div>
|
||||||
|
</ProCard>
|
||||||
</ProCard>
|
</ProCard>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user