Add mobile H5 QA experience

This commit is contained in:
2026-07-05 18:32:28 +08:00
parent b1b33b2d20
commit 34aeb22760
7 changed files with 508 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import {
ClipboardCheck,
DatabaseZap,
Gauge,
MessageCircle,
Library,
ListChecks,
Settings,
@@ -21,6 +22,7 @@ const navItems = [
{ href: "/high-risk", label: "高风险", icon: ShieldAlert },
{ href: "/standard-qa", label: "标准库", icon: Library },
{ href: "/callable-qa", label: "可调用库", icon: DatabaseZap },
{ href: "/h5", label: "H5 问答", icon: MessageCircle },
{ href: "/logs", label: "运行日志", icon: ListChecks },
{ href: "/settings", label: "系统设置", icon: Settings }
];