docs(config): 更新.gitignore

This commit is contained in:
zhang1106
2026-05-09 13:36:46 +08:00
parent d4e4e0f143
commit 87560a4030
4 changed files with 109 additions and 26 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"opacity": 0.8,
"blur": 5,
"value": "/images/bg.jpg",
"type": "image"
}
@@ -0,0 +1,10 @@
{
"enabled": true,
"cronExpression": "0 19 * * *",
"description": "自动备份",
"backupType": "full",
"includeFiles": true,
"compress": true,
"maxCount": 30,
"maxAgeDays": 90
}
@@ -0,0 +1,11 @@
{
"targets": [],
"globalSettings": {
"enabled": false,
"uploadAfterBackup": false,
"deleteLocalAfterUpload": false,
"retryCount": 3,
"retryDelay": 5000,
"timeout": 300000
}
}