|
|
@@ -18,7 +18,7 @@ const CACHE_PREFIX = "art_v1";
|
|
|
// const CACHE_EXPIRES = 60; // 60s刷新一次
|
|
|
const CACHE_EXPIRES = 3600; // 1小时刷新一次即可
|
|
|
|
|
|
-const artSelect = 'name title desc width height date publishTime tags lastMod mystery hasSpecial useSpecialThumb publishVersion lock pageId';
|
|
|
+const artSelect = 'name title desc copy width height date publishTime tags lastMod mystery hasSpecial useSpecialThumb publishVersion lock pageId';
|
|
|
|
|
|
|
|
|
// 路由:设置语言
|