关闭landing主题

This commit is contained in:
tangly1024
2023-07-07 21:00:07 +08:00
parent bfb343beeb
commit ee39d69817
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ export async function getGlobalData({
delete db.collectionQuery
delete db.collectionId
delete db.collectionView
console.log(db)
return db
}

View File

@@ -18,7 +18,8 @@ function scanSubdirectories(directory) {
const fullPath = path.join(directory, file)
const stats = fs.statSync(fullPath)
if (stats.isDirectory()) {
// landing主题比较特殊不在可切换的主题中显示
if (stats.isDirectory() && file !== 'landing') {
subdirectories.push(file)
}
})

View File

@@ -20,7 +20,7 @@ const CONFIG = {
// 特性介绍
FEATURES_HEADER_1: '探索的过程',
FEATURES_HEADER_1_P: "如何搭建自己的门户网站,塑造一个品牌展示中心?<br/>曾经,它是系统<strong class='font-bold text-red-500'>繁重</strong>的Wordpress、是操作<strong class='font-bold text-red-500'>复杂</strong>的Hexo、是<strong class='font-bold text-red-500'>昂贵</strong>且<strong class='font-bold text-red-500'>不稳定</strong>的技术团队;<br/>现在,只要一个笔记软件Notion就够了",
FEATURES_HEADER_1_P: "如何搭建自己的门户网站,塑造一个品牌展示中心?<br/>曾经,它是系统<strong class='font-bold text-red-500'>繁重</strong>的Wordpress、是操作<strong class='font-bold text-red-500'>复杂</strong>的Hexo、是<strong class='font-bold text-red-500'>昂贵</strong>且<strong class='font-bold text-red-500'>不稳定</strong>的技术团队;<br/>现在只要一个Notion笔记就够了",
FEATURES_HEADER_2: 'Notion+NextJs组合方案',
FEATURES_HEADER_2_P: 'Notion作为CMS管理您的站点配置和网页数据NextJs作为渲染博客的脚本借助第三方的Vercel等托管平台提供网络服务。',
FEATURES_CARD_1_TITLE: '简单快速的系统',