sync data using webdav

This commit is contained in:
2024-11-10 10:38:46 +08:00
parent a9a22ace14
commit 4f4411fcc3
17 changed files with 542 additions and 49 deletions

View File

@@ -114,6 +114,8 @@ class _Settings with ChangeNotifier {
'enableLongPressToZoom': true,
'checkUpdateOnStart': true,
'limitImageWidth': true,
'webdav': [], // empty means not configured
'dataVersion': 0,
};
operator [](String key) {