mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 23:16:53 +00:00
配置文件整体重构
This commit is contained in:
@@ -13,7 +13,7 @@ export default function BlogRecommend(props) {
|
||||
const { recommendPosts, siteInfo } = props
|
||||
const { locale } = useGlobal()
|
||||
if (
|
||||
!siteConfig('MOVIE_ARTICLE_RECOMMEND', null, CONFIG) ||
|
||||
!siteConfig('PHOTO_ARTICLE_RECOMMEND', null, CONFIG) ||
|
||||
!recommendPosts ||
|
||||
recommendPosts.length === 0
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user