Files
openchamber/packages/docs/content/docs/zh-cn/projects.mdx
T
Bohdan Triapitsyn 967704a9b9 docs: add OpenChamber feature docs and translations (#1400)
* docs: add OpenChamber feature docs and translations

Add 30 new docs pages covering OpenChamber-specific workflows and setup:
OpenCode server, providers/models/agents, MCP, skills, commands & snippets,
usage, projects, context, notes/todos/plans, scheduled tasks, project actions,
preview, worktrees, multi-run, git & GitHub, magic prompts, git identities,
mobile/PWA, security, notifications, voice, project icons, remote instances,
desktop browser, updates, and three troubleshooting pages.

Rebuild sidebar into eight task-oriented sections and translate every new
page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl).

* docs: surface new sections on homepage and cross-link tunnels

Add an Explore block to the docs homepage (all seven locales) linking to
the new section anchors, and cross-link the Tunnels page to Security and
PWA & Mobile.
2026-05-24 14:15:55 +03:00

35 lines
1.4 KiB
Plaintext

---
title: 项目
description: 将你的工作组织成项目并在它们之间切换。
---
# 项目
项目是你计算机上一个由 OpenChamber 追踪的文件夹 — 通常是一个代码库。切换项目会切换智能体工作所在的文件夹,以及该项目的会话和设置。
## 添加项目
你可以从几个地方添加项目:
- 命令面板中的 **Add project** 条目
- 会话侧边栏顶部的 **+** 按钮
- 选择目录时的文件夹浏览器
将它指向一个文件夹,OpenChamber 就会记住它。名称来自文件夹;你之后可以更改它。
## 切换项目
从侧边栏选择一个项目使其成为活动项目。一切 — 会话、git、笔记 — 都会跟随你打开的项目。
## 让项目易于辨认
打开 **Settings → Projects** 为项目设置自定义名称、颜色或图标。OpenChamber 会尝试自动查找图标 — 参阅 [项目图标](/zh-cn/project-icons/)。
> 在 VS Code 中,OpenChamber 始终使用你打开的文件夹作为唯一的项目,因此没有要添加或切换的内容。Projects 设置页面在那里是隐藏的。
## 相关内容
- [项目笔记、待办与计划](/zh-cn/notes-todos-plans/) — 为每个项目保留工作笔记
- [项目操作](/zh-cn/project-actions/) — 保存你经常运行的命令
- [上下文](/zh-cn/context/) — 查看会话占用了模型多少记忆