后台管理系统后端 API:在线配置编辑、手动订阅管理、日志查看(logs 目录避开 gitignore)

This commit is contained in:
2569718930@qq.com
2026-05-18 20:18:42 +08:00
parent 073d0efbb0
commit 67701a4715
9 changed files with 481 additions and 1 deletions
@@ -38,7 +38,7 @@ const navGroups = [
items: [
{ href: "/ops/config", icon: Settings, label: "系统配置" },
{ href: "/ops/subscriptions", icon: ScrollText, label: "订阅操作" },
{ href: "/ops/logs", icon: FileText, label: "日志查看" },
{ href: "/ops/view-logs", icon: FileText, label: "日志查看" },
],
},
{