feat(backup): 添加远端备份功能并优化备份管理

This commit is contained in:
zhang1106
2026-03-13 22:11:34 +08:00
parent 7094c8be49
commit 7aa09ac9e1
16 changed files with 3344 additions and 228 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"targets": [],
"globalSettings": {
"enabled": false,
"uploadAfterBackup": false,
"deleteLocalAfterUpload": false,
"retryCount": 3,
"retryDelay": 5000,
"timeout": 300000
}
}