feat: add file panel column view and folder sizes

This commit is contained in:
ngfchl
2026-07-18 11:58:47 +08:00
parent 4b39bc1eae
commit 01a536af1b
5 changed files with 472 additions and 22 deletions
+1
View File
@@ -16,6 +16,7 @@ class StorageKeys {
static const String mediaLibraryItems = 'guangya.mediaLibraryItems';
static const String mediaCategoryRules = 'guangya.mediaCategoryRules';
static const String fileListCache = 'guangya.fileListCache';
static const String fileMetadataCache = 'guangya.fileMetadataCache';
static const String httpProxyHost = 'guangya.httpProxyHost';
static const String httpProxyPort = 'guangya.httpProxyPort';
static const String mediaScanConcurrency = 'guangya.mediaScanConcurrency';