mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-27 15:50:17 +08:00
feat(components): 添加主题配置抽屉,添加暗黑主题
This commit is contained in:
9
src/enum/animate.ts
Normal file
9
src/enum/animate.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/** 动画类型 */
|
||||
export enum EnumAnimate {
|
||||
'zoom-fade' = '渐变',
|
||||
'zoom-out' = '闪现',
|
||||
'fade-slide' = '滑动',
|
||||
'fade' = '消退',
|
||||
'fade-bottom' = '底部消退',
|
||||
'fade-scale' = '缩放消退'
|
||||
}
|
||||
Reference in New Issue
Block a user