feat: 本次提交更新内容如下

自动点赞功能完成
This commit is contained in:
2025-07-23 19:05:18 +08:00
parent 60f18795f6
commit 1323ebb217
3 changed files with 19 additions and 19 deletions

View File

@@ -40,7 +40,7 @@ const workspaceRoutes = [
auth: true,
},
{
path: "/workspace/auto-like/:id/edit",
path: "/workspace/auto-like/edit/:id",
element: <NewAutoLike />,
auth: true,
},