This commit is contained in:
rang 2025-12-24 18:02:24 +08:00
parent 04fe06d1ac
commit bd9e985697
13 changed files with 1036 additions and 878 deletions

View file

@ -10,4 +10,7 @@ class CacheKey {
static String libraryItems(String id) {
return 'library_items_$id';
}
// box的key id
static String activeLibraryItemId = 'activeLibraryItemId';
}