mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 主题配置:页面功能和页面显示
This commit is contained in:
@ -81,11 +81,18 @@ interface CrumbsStyle {
|
||||
showIcon: boolean;
|
||||
}
|
||||
|
||||
type AnimateType = keyof typeof EnumAnimate;
|
||||
export type AnimateType = keyof typeof EnumAnimate;
|
||||
|
||||
interface AnimateTypeList {
|
||||
value: AnimateType;
|
||||
label: EnumAnimate;
|
||||
}
|
||||
|
||||
interface PageStyle {
|
||||
/** 页面是否开启动画 */
|
||||
animate: boolean;
|
||||
/** 动画类型 */
|
||||
animateType: AnimateType;
|
||||
/** 动画类型列表 */
|
||||
animateTypeList: AnimateTypeList[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user