feat: 添加仓库信息卡片和仓库页面,优化仓库路由

This commit is contained in:
2026-02-25 23:12:39 +08:00
parent bbb762db97
commit 5a769a6748
7 changed files with 177 additions and 18 deletions

View File

@@ -237,7 +237,6 @@ export function WorkspaceDetailDialog() {
getUrl: (data) => data.codebuddycn
},
].sort((a, b) => (a.order || 0) - (b.order || 0))
console.log('workspaceLink', selectWorkspace)
return (
<Dialog open={showWorkspaceDialog} onOpenChange={setShowWorkspaceDialog}>
<DialogContent className="max-w-md! bg-white">