mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
关闭landing主题
This commit is contained in:
@@ -36,7 +36,6 @@ export async function getGlobalData({
|
||||
delete db.collectionQuery
|
||||
delete db.collectionId
|
||||
delete db.collectionView
|
||||
console.log(db)
|
||||
return db
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
@@ -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: '简单快速的系统',
|
||||
|
||||
Reference in New Issue
Block a user