From 196c76d29ad69f818f87df5380867fb97c5f4e66 Mon Sep 17 00:00:00 2001 From: ktianc Date: Wed, 26 Jul 2023 11:39:04 +0800 Subject: [PATCH] update version --- .../src/components/InputPassword/src/InputPassword.vue | 4 +--- kinit-api/application/settings.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kinit-admin/src/components/InputPassword/src/InputPassword.vue b/kinit-admin/src/components/InputPassword/src/InputPassword.vue index b631197..b764e45 100644 --- a/kinit-admin/src/components/InputPassword/src/InputPassword.vue +++ b/kinit-admin/src/components/InputPassword/src/InputPassword.vue @@ -116,9 +116,7 @@ const getIconName = computed(() => height: inherit; background-color: transparent; border-radius: inherit; - transition: - width 0.5s ease-in-out, - background 0.25s; + transition: width 0.5s ease-in-out; &[data-score='0'] { width: 20%; diff --git a/kinit-api/application/settings.py b/kinit-api/application/settings.py index c53a12b..e998faf 100644 --- a/kinit-api/application/settings.py +++ b/kinit-api/application/settings.py @@ -11,7 +11,7 @@ """ 系统版本 """ -VERSION = "1.10.0" +VERSION = "1.10.1" """安全警告: 不要在生产中打开调试运行!""" DEBUG = True