v1.5: Fix missing required fields in example configuration files

This commit is contained in:
leeyj
2026-04-16 19:17:17 +09:00
parent aef0179c56
commit 55efe80893
2 changed files with 30 additions and 3 deletions
+20 -1
View File
@@ -4,6 +4,25 @@
"card_color": "rgba(30, 41, 59, 0.85)",
"encrypted_border": "#00f3ff",
"ai_accent": "#8b5cf6",
"lang": "en",
"enable_ai": false,
"lang": "en"
"enable_categories": false,
"categories": [
"Personal",
"Work",
"Idea"
],
"pinned_categories": [
"Personal"
],
"upload_security": {
"allowed_extensions": [
"png", "jpg", "jpeg", "gif", "webp", "svg",
"pdf", "doc", "docx", "xls", "xlsx", "ppt", "pptx",
"zip", "rar", "7z", "txt", "md"
],
"blocked_extensions": [
"exe", "bat", "cmd", "sh", "ps1", "vbs", "js", "php", "py"
]
}
}