适配无标签文章
This commit is contained in:
tangly
2021-12-06 20:39:26 +08:00
parent 22c421a0c3
commit 97266b130f
7 changed files with 12 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ import { getCacheFromFile, setCacheToFile } from '@/lib/cache/local_file_cache'
import { getCacheFromMemory, setCacheToMemory } from '@/lib/cache/memory_cache'
import BLOG from '@/blog.config'
// 关闭本地缓存
const enableCache = true
const enableCache = false
/**
* 为减少频繁接口请求notion数据将被缓存