fix: 小说封面图修改

This commit is contained in:
xiongxiaoyang
2025-04-21 21:47:01 +08:00
parent 0e156c04b4
commit 3f009dc1f9
5 changed files with 55 additions and 28 deletions

View File

@ -69,4 +69,8 @@ public interface CacheKey {
* 测试爬虫规则缓存
*/
String BOOK_TEST_PARSE = "testParse";
/**
* AI生成图片
* */
String AI_GEN_PIC = "aiGenPic";
}