feat: 增加还原备份完成的日志输出

This commit is contained in:
xream 2023-08-28 23:29:53 +08:00
parent 5ae6687b1f
commit 0141e48200
No known key found for this signature in database
GPG Key ID: 1D2C5225471789F9
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -133,3 +133,5 @@ out
backend/dist/*
!backend/dist/.gitkeep
backend/sub-store.min.js
CHANGELOG.md

View File

@ -127,6 +127,7 @@ async function gistBackup(req, res) {
}
// perform migration after restoring from gist
migrate();
$.info(`还原备份完成`);
break;
}
success(res);