Backup and restore function is done

Completed with SQLDump and .conf backup
This commit is contained in:
Donald Zou
2024-10-17 00:04:26 +08:00
parent e2e821881c
commit 413377fbb9
7 changed files with 56 additions and 22 deletions

View File

@@ -1038,14 +1038,12 @@ pre.index-alert {
.fade-enter-active,
.fade-leave-active {
transition: all 0.3s ease-in-out;
/*position: absolute;*/
/*padding-top: 50px*/
transition: all 0.5s cubic-bezier(0.42, 0, 0.22, 1.0);
}
.fade-enter-from,
.fade-leave-to {
transform: translateY(30px);
transform: translateY(40px);
opacity: 0;
}