更新安全配置项目
This commit is contained in:
+3
-15
@@ -1,23 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { usePathname } from "next/navigation";
|
||||
import {
|
||||
Database,
|
||||
Globe,
|
||||
FileText,
|
||||
ChevronRight,
|
||||
UtensilsCrossed,
|
||||
Bandage
|
||||
} from "lucide-react";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import {usePathname} from "next/navigation";
|
||||
import {Bandage, ChevronRight, FileText, Globe, UtensilsCrossed} from "lucide-react";
|
||||
import {Button} from "@/components/ui/button";
|
||||
|
||||
const settingsMenu = [
|
||||
{
|
||||
title: "数据库配置",
|
||||
icon: Database,
|
||||
href: "/settings/database",
|
||||
},
|
||||
{
|
||||
title: "翻译词库",
|
||||
icon: Globe,
|
||||
|
||||
Reference in New Issue
Block a user