From 2c9daae15362e9c759324e10abffe4f5c111523f Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期五, 31 五月 2024 11:25:03 +0800
Subject: [PATCH] update 更改 工作流 测试用例接口路径
---
src/animate.ts | 58 +++++++++++++++++++++++++++++-----------------------------
1 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/src/animate.ts b/src/animate.ts
index add6be8..7a23df8 100644
--- a/src/animate.ts
+++ b/src/animate.ts
@@ -2,47 +2,47 @@
const animatePrefix = 'animate__animated ';
// 寮�鍚殢鏈哄姩鐢� 闅忔満鍔ㄧ敾鍊�
const animateList: string[] = [
- animatePrefix + 'animate__pulse',
- animatePrefix + 'animate__rubberBand',
- animatePrefix + 'animate__bounceIn',
- animatePrefix + 'animate__bounceInLeft',
- animatePrefix + 'animate__fadeIn',
- animatePrefix + 'animate__fadeInLeft',
- animatePrefix + 'animate__fadeInDown',
- animatePrefix + 'animate__fadeInUp',
- animatePrefix + 'animate__flipInX',
- animatePrefix + 'animate__lightSpeedInLeft',
- animatePrefix + 'animate__rotateInDownLeft',
- animatePrefix + 'animate__rollIn',
- animatePrefix + 'animate__rotateInDownLeft',
- animatePrefix + 'animate__zoomIn',
- animatePrefix + 'animate__zoomInDown',
- animatePrefix + 'animate__slideInLeft',
- animatePrefix + 'animate__lightSpeedIn'
+ animatePrefix + 'animate__pulse',
+ animatePrefix + 'animate__rubberBand',
+ animatePrefix + 'animate__bounceIn',
+ animatePrefix + 'animate__bounceInLeft',
+ animatePrefix + 'animate__fadeIn',
+ animatePrefix + 'animate__fadeInLeft',
+ animatePrefix + 'animate__fadeInDown',
+ animatePrefix + 'animate__fadeInUp',
+ animatePrefix + 'animate__flipInX',
+ animatePrefix + 'animate__lightSpeedInLeft',
+ animatePrefix + 'animate__rotateInDownLeft',
+ animatePrefix + 'animate__rollIn',
+ animatePrefix + 'animate__rotateInDownLeft',
+ animatePrefix + 'animate__zoomIn',
+ animatePrefix + 'animate__zoomInDown',
+ animatePrefix + 'animate__slideInLeft',
+ animatePrefix + 'animate__lightSpeedIn'
];
// 鍏抽棴闅忔満鍔ㄧ敾鍚庣殑榛樿鏁堟灉
-const defaultAnimate = animatePrefix + 'animate__bounceIn';
+const defaultAnimate = animatePrefix + 'animate__fadeIn';
// 鎼滅储闅愯棌鏄剧ず鍔ㄧ敾
const searchAnimate = {
- enter: animatePrefix + 'animate__flipInX',
- leave: animatePrefix + 'animate__bounceOut'
+ enter: '',
+ leave: ''
};
// 鑿滃崟鎼滅储鍔ㄧ敾
const menuSearchAnimate = {
- enter: animatePrefix + 'animate__fadeInLeft',
- leave: animatePrefix + 'animate__fadeOutLeft'
+ enter: animatePrefix + 'animate__fadeIn',
+ leave: animatePrefix + 'animate__fadeOut'
};
// logo鍔ㄧ敾
const logoAnimate = {
- enter: animatePrefix + 'animate__bounceIn',
- leave: animatePrefix + 'animate__bounceOut'
+ enter: animatePrefix + 'animate__fadeIn',
+ leave: animatePrefix + 'animate__fadeOut'
};
export default {
- animateList,
- defaultAnimate,
- searchAnimate,
- menuSearchAnimate,
- logoAnimate
+ animateList,
+ defaultAnimate,
+ searchAnimate,
+ menuSearchAnimate,
+ logoAnimate
};
--
Gitblit v1.9.3