change default settings

This commit is contained in:
wgh19
2024-05-15 21:04:50 +08:00
parent 3b9b5b3cb0
commit 55d87c0179

View File

@@ -16,8 +16,8 @@ class _Appdata {
Map<String, dynamic> settings = {
"downloadPath": null,
"downloadSubPath": r"/${id}-p${index}.${ext}",
"tagsWeight": "",
"useTranslatedNameForDownload": false,
"tagsWeight": "風景 ロリ 巨乳 女の子",
"useTranslatedNameForDownload": true,
"maxParallels": 3
};