diff --git a/app/page.tsx b/app/page.tsx index 083ca13..f27c523 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -42,7 +42,9 @@ function getData() { return { ...category, - items: category.items?.filter(item => item.enabled !== false), // 过滤启用的网站 + // items: category.items?.filter(item => item.enabled !== false), // 过滤启用的网站 + items: category.items?.filter((item: any) => item.enabled !== false), + subCategories: filteredSubCategories } }) diff --git a/components/navigation-content.tsx b/components/navigation-content.tsx index dad482b..e315abd 100644 --- a/components/navigation-content.tsx +++ b/components/navigation-content.tsx @@ -144,7 +144,9 @@ export function NavigationContent({ navigationData, siteData }: NavigationConten /> */} -
+ + {/* 右上角小组件 */} + {/*
+ */}
diff --git a/navsphere/content/backup b/navsphere/content/backup index bb8fb7b..e3484ae 100644 --- a/navsphere/content/backup +++ b/navsphere/content/backup @@ -110,4 +110,14 @@ ], "description": "", "enabled": true - } \ No newline at end of file + } + + + { + "id": "1761725058asdaqwesadadaqwq490", + "title": "运营笔记", + "href": "https://nomadyt.com/", + "description": "油管运营笔记", + "icon": "/assets/images/logos/ytGPT.png", + "enabled": true + } \ No newline at end of file diff --git a/navsphere/content/navigation.json b/navsphere/content/navigation.json index ecf0b3d..014740f 100644 --- a/navsphere/content/navigation.json +++ b/navsphere/content/navigation.json @@ -320,14 +320,6 @@ "description": "刷粉刷量平台", "icon": "/assets/images/logos/qqtube.png", "enabled": true - }, - { - "id": "1761725058asdaqwesadadaqwq490", - "title": "运营笔记", - "href": "https://nomadyt.com/", - "description": "油管运营笔记", - "icon": "/assets/images/logos/ytGPT.png", - "enabled": true } ] }, diff --git a/navsphere/content/site.json b/navsphere/content/site.json index 5b95f10..3bb58e6 100644 --- a/navsphere/content/site.json +++ b/navsphere/content/site.json @@ -1,8 +1,8 @@ { "basic": { - "title": "数字游民导航", - "description": "数字游民导航", - "keywords": "数字游民导航" + "title": "游民导航", + "description": "游民导航", + "keywords": "游民导航" }, "appearance": { "logo": "/assets/images/nomadro.png",