Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/components/AppSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import {
Plus,
Search,
Settings,
ShieldCheck,
Smartphone,
Sparkles,
User,
Expand Down Expand Up @@ -126,7 +125,6 @@ export default function AppSidebar() {
path: "/skills",
},
{ title: t("toolsManagement"), icon: Wrench, path: "/tools", visible: canManageTools },
{ title: t("sopManagement"), icon: ShieldCheck, path: "/sop", visible: canManageOperation },
{
title: t("skuManagement"),
icon: Package,
Expand Down
1 change: 0 additions & 1 deletion app/components/AuthGate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const TOKEN_KEY = "ragent_token";
// 不需要认证的公开路径
const PUBLIC_PATHS = [
/^\/feedback\/[A-Za-z0-9_-]+$/, // 反馈页面(加密): /feedback/{token}
/^\/sop-images\//, // SOP 图片
/^\/forgot-password$/, // 忘记密码页面
/^\/reset-password$/, // 重置密码页面
];
Expand Down
1 change: 0 additions & 1 deletion app/components/DynamicTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const routeTitleKeys: { [key: string]: string } = {
"/search": "search",
"/graph": "knowledgeGraph",
"/process-management": "processManagement",
"/sop": "sopManagement",
"/organization": "organization",
"/user": "userManagement",
"/settings": "settings",
Expand Down
Loading
Loading