This commit is contained in:
Leo
2026-01-03 12:03:12 +08:00
parent fa45ace9a4
commit 584a55094e
6 changed files with 425 additions and 0 deletions

View File

@@ -79,6 +79,12 @@ export const constantRoutes = [
}
]
},
// 公共工具首页
{
path: '/public/home',
component: () => import('@/views/public/PublicHome'),
hidden: true
},
// 评论生成工具(内部使用,不易被发现的路径)
{
path: '/tools/comment-gen',