mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
一堆乱七八糟的修改
播放页面增加桌面版
This commit is contained in:
parent
aee1fbde88
commit
3ba35b31b8
116 changed files with 1238 additions and 2592 deletions
8
lib/db/cache/cache_key.dart
vendored
8
lib/db/cache/cache_key.dart
vendored
|
|
@ -1,5 +1,13 @@
|
|||
class CacheKey {
|
||||
static String personalized(String id) {
|
||||
return 'personalizedView:$id';
|
||||
}
|
||||
|
||||
static String libraryItem(String id) {
|
||||
return 'library_item_$id';
|
||||
}
|
||||
|
||||
static String libraryItems(String id) {
|
||||
return 'library_items_$id';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue