We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef2ab2 commit b3021b2Copy full SHA for b3021b2
1 file changed
README.md
@@ -0,0 +1,25 @@
1
+# Omega Code
2
+## 开发指南
3
+1. `Fork` 仓库
4
+2. `Clone` 你已经 `Fork` 的仓库
5
+ ```bash
6
+ git clone https://github.com/Your-username/Omega-Code.git
7
+ ```
8
+3. 创建特性分支(`feature`/`fix`/`docs`/`chore`...)
9
+4. 编写代码,提交 `commit`(需要细化)
10
+5. 提交 `pr` 到 `origin/dev`
11
+6. 等待审查
12
+
13
+## 说明
14
+前端位置:`console/console-ui/`
15
16
+后端位置:`console/console-panel/`
17
18
+MCP Server 位置:`mcp_server/`
19
20
+cli 位置:`src/`
21
22
+数据库位置:
23
+1. Windows:`C:/Users/{电脑用户名}/.omega`
24
+2. Linux: `/home/{电脑用户名}/.omega`
25
+3. macOS: `/Users/{电脑用户名}/.omega`
0 commit comments