mirror of
https://github.com/201206030/novel-plus.git
synced 2026-02-27 16:11:09 +08:00
fix: 修复因缓存 key 未更新导致小说推荐无法刷新的问题
This commit is contained in:
@@ -8,7 +8,7 @@ public interface CacheKey {
|
||||
/**
|
||||
* 首页小说设置
|
||||
*/
|
||||
String INDEX_BOOK_SETTINGS_KEY = "indexBookSettingsKey";
|
||||
String INDEX_BOOK_SETTINGS_KEY = "indexBookSettingsKey:v2";
|
||||
|
||||
/**
|
||||
* 首页新闻
|
||||
|
||||
Reference in New Issue
Block a user