修正 AI 產出結果
This commit is contained in:
@@ -11,9 +11,9 @@ import { FileText, Upload, Settings, BarChart3, Home, Menu, X } from "lucide-rea
|
||||
const navigation = [
|
||||
{ name: "首頁", href: "/", icon: Home },
|
||||
{ name: "上傳文件", href: "/upload", icon: Upload },
|
||||
{ name: "評分標準", href: "/criteria", icon: Settings },
|
||||
{ name: "評分結果", href: "/results", icon: BarChart3 },
|
||||
{ name: "歷史記錄", href: "/history", icon: FileText },
|
||||
{ name: "評分標準", href: "/criteria", icon: Settings },
|
||||
]
|
||||
|
||||
export function Sidebar() {
|
||||
|
Reference in New Issue
Block a user