teamclaw(TeamClaw)
This template should help get you started developing with Tauri, React and Typescript in Vite.
技术栈
| 类别 | 技术 |
|---|---|
| 语言 | React ^19.1.0 |
| 语言 | TypeScript |
| 样式 | Tailwind CSS |
| 状态管理 | Zustand |
关键依赖
| 包名 | 版本 |
|---|---|
@tauri-apps/api | ^2 |
@tauri-apps/plugin-opener | ^2 |
clsx | ^2.1.1 |
lucide-react | ^0.511.0 |
react | ^19.1.0 |
react-dom | ^19.1.0 |
tailwind-merge | ^3.3.0 |
zustand | ^5.0.5 |
项目结构
teamclaw/
├── .vscode/
│ ├── extensions.json
├── _legacy-nextjs/
│ ├── .github/
│ │ ├── workflows/
│ ├── .husky/
│ │ ├── _/
│ ├── .pids/
│ ├── .vercel/
│ │ ├── project.json
│ ├── app/
│ │ ├── admin/
│ │ ├── agent-team/
│ │ ├── agent-tokens/
│ │ ├── api/
│ │ ├── api-tokens/
│ │ ├── branches/
│ │ ├── capabilities/
│ │ ├── cron/
│ │ ├── docs/
│ │ ├── import/
│ │ ├── lib/
│ │ ├── login/
│ │ ├── members/
│ │ ├── messages/
│ │ ├── monitor/
│ │ ├── projects/
│ │ ├── settings/
│ │ ├── tags/
│ │ ├── tasks/
│ │ ├── tokens/
│ │ ├── versions/
│ │ ├── error.tsx
│ │ ├── layout.tsx
│ │ ├── not-found.tsx
│ │ ├── page.tsx
│ ├── components/
│ │ ├── agent-team/
│ │ ├── auth/
│ │ ├── branch/
│ │ ├── capabilities/
│ │ ├── layout/
│ │ ├── members/
│ │ ├── messages/
│ │ ├── providers/
│ │ ├── team/
│ │ ├── theme/
│ │ ├── tokens/
│ │ ├── ui/
│ │ ├── versions/
│ │ ├── DocSearchBox.tsx
│ │ ├── DocViewer.tsx
│ │ ├── FileTree.tsx
│ ├── config/
│ │ ├── models.ts
│ ├── data/
│ │ ├── tasks/
│ ├── deploy/
│ ├── docs/最后同步: 2026-04-19 06:00