mirror of
https://gitee.com/novel_dev_team/novel-plus
synced 2026-07-20 17:54:59 +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