From ad11e315e6664f688bdb040ea3074b3a3944aabd Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Thu, 27 Aug 2020 21:30:59 +0800 Subject: [PATCH] update the version of project --- package.json | 2 +- src/config/config.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0f4d9c3..361c523 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-antd-admin", - "version": "0.2.1", + "version": "0.4.2", "homepage": "https://iczer.github.io/vue-antd-admin", "private": true, "scripts": { diff --git a/src/config/config.js b/src/config/config.js index 39b6fab..c42ec3b 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -2,11 +2,11 @@ module.exports = { theme: { color: '#13c2c2', - mode: 'night' + mode: 'dark', }, multiPage: true, animate: { - name: 'roll', - direction: 'default' + name: 'lightSpeed', + direction: 'left' } }