diff --git a/package.json b/package.json
index 62846cbd7e96..651c970822b5 100644
--- a/package.json
+++ b/package.json
@@ -164,7 +164,7 @@
"mammoth": "^1.8.0",
"modern-screenshot": "^4.4.39",
"nanoid": "^5.0.7",
- "next": "^14.2.4",
+ "next": "14.2.5",
"next-auth": "5.0.0-beta.15",
"next-sitemap": "^4.2.3",
"numeral": "^2.0.6",
diff --git a/src/app/(main)/repos/[id]/@menu/Menu/index.tsx b/src/app/(main)/repos/[id]/@menu/Menu/index.tsx
index 05ed14c91447..b8218a6bc38d 100644
--- a/src/app/(main)/repos/[id]/@menu/Menu/index.tsx
+++ b/src/app/(main)/repos/[id]/@menu/Menu/index.tsx
@@ -1,7 +1,7 @@
'use client';
import { Icon } from '@lobehub/ui';
-import { FileText, Settings2Icon } from 'lucide-react';
+import { FileText } from 'lucide-react';
import Link from 'next/link';
import { usePathname } from 'next/navigation';
import { memo, useMemo, useState } from 'react';
@@ -29,11 +29,11 @@ const FileMenu = memo<{ id: string }>(({ id }) => {
// key: `/repos/${id}/testing`,
// label: {t('tab.testing')},
// },
- {
- icon: ,
- key: `/repos/${id}/settings`,
- label: {t('tab.settings')},
- },
+ // {
+ // icon: ,
+ // key: `/repos/${id}/settings`,
+ // label: {t('tab.settings')},
+ // },
],
[t],
);