mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
feat: 增加还原备份完成的日志输出
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -133,3 +133,5 @@ out
|
||||
backend/dist/*
|
||||
!backend/dist/.gitkeep
|
||||
backend/sub-store.min.js
|
||||
|
||||
CHANGELOG.md
|
||||
|
||||
@@ -127,6 +127,7 @@ async function gistBackup(req, res) {
|
||||
}
|
||||
// perform migration after restoring from gist
|
||||
migrate();
|
||||
$.info(`还原备份完成`);
|
||||
break;
|
||||
}
|
||||
success(res);
|
||||
|
||||
Reference in New Issue
Block a user