ソースを参照

😉调整前端页面默认动画

zuohuaijun 3 年 前
コミット
d43ac9894b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Web/src/stores/themeConfig.ts

+ 1 - 1
Web/src/stores/themeConfig.ts

@@ -113,7 +113,7 @@ export const useThemeConfig = defineStore('themeConfig', {
 			// 定义的值与 `/src/layout/navBars/tagsView/tagsView.vue` 中的 class 同名
 			tagsStyle: 'tags-style-one',
 			// 主页面切换动画: Animate.css
-			animation: 'lightSpeedLeft',
+			animation: 'fadeLeft',
 			// 分栏高亮风格:可选值"<columns-round|columns-card>",默认 columns-round
 			columnsAsideStyle: 'columns-round',
 			// 分栏布局风格:可选值"<columns-horizontal|columns-vertical>",默认 columns-horizontal