Skip to content

Commit

Permalink
chore: update info (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwanying authored Aug 30, 2024
2 parents 6f7050d + aede9f5 commit 2698409
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 34 deletions.
19 changes: 0 additions & 19 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
# 🦉 雪鸮 (xuě xiāo)

<img src="https://gw.alipayobjects.com/zos/antfincdn/R8sN%24GNdh6/language.svg" width="18"> [English](./README.md) | 简体中文

皮套人责任有限公司。在这里,您可以自由创建组织、公司或项目,并雇佣不同的皮套人(电子分身)来帮助您完成工作。这使您能够避开自己的短板,专注于自己的长处。

基本概念:

* 皮套人:原子功能,可以预设身份和能力的电子分身。
* 组织:可以由若干个皮套人组成,定义不同的协作流程让他们可以协作完成目标。
* 公司:可以定义公司职能、选择雇佣不同的皮套人来完成任务。
* 场景:通过使用预设的场景模板,可以一键创建特定场景所需的皮套人及其协作工作流。

示例:

* eg:我想做一个项目,可以先创建一个名为 “xuexiao” 的组织,并在组织内定义设计师、开发者和测试者等角色。然后设定项目目标,使用这些皮套人来完成整个项目。

* eg:我想发布一首歌,但我只有一个音乐 demo。所以,我需要组建一个音乐工作室,添加皮套人词作者、皮套人编曲和皮套人歌手来制作整个作品。

* eg:我想建个 AI 小镇...

## 🚀 快速上手

Expand Down
9 changes: 3 additions & 6 deletions client/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ export default function RootLayout({
<head>
<title>PeterCat</title>
<link rel="shortcut icon" href="/images/favicon.ico" />
<meta
name="description"
content="Pitaoren Company. Here, you can freely create an organization, company, or project and hire different Pitouren (bots) to help you complete the work. This allows you to overcome your own shortcomings and focus on your strengths."
/>
<meta property="og:title" content="xuexiao" />
<meta property="og:image" content="/images/favicon.ico" />
<meta name="description" content="Peter Cat -- GitHub Assistant" />
<meta property="og:title" content="Peter Cat" />
<meta property="og:image" content="/images/logo.png" />
</head>

<QueryClientProvider client={queryClient}>
Expand Down
12 changes: 6 additions & 6 deletions client/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ export default function Homepage() {
</tbody>
</table>

<div className="absolute top-0 left-0 h-[2px] w-full bg-[#b2ab9d] border-top" />
<div className="absolute top-0 left-0 w-[2px] h-full bg-[#b2ab9d] border-side" />
<div className="absolute top-0 left-[424px] w-[2px] h-full bg-[#b2ab9d] border-side" />
<div className="absolute top-0 left-[848px] w-[2px] h-full bg-[#b2ab9d] border-side" />
<div className="absolute top-0 right-0 w-[2px] h-full bg-[#b2ab9d] border-side" />
<div className="absolute bottom-0 left-0 h-[2px] w-full bg-[#b2ab9d] border-bottom" />
<div className="absolute top-0 left-0 h-[1px] w-full bg-[#b2ab9d] border-top" />
<div className="absolute top-0 left-0 w-[1px] h-full bg-[#b2ab9d] border-side" />
<div className="absolute top-0 left-[424px] w-[1px] h-full bg-[#b2ab9d] border-side" />
<div className="absolute top-0 left-[848px] w-[1px] h-full bg-[#b2ab9d] border-side" />
<div className="absolute top-0 right-0 w-[1px] h-full bg-[#b2ab9d] border-side" />
<div className="absolute bottom-0 left-0 h-[1px] w-full bg-[#b2ab9d] border-bottom" />
</div>

<Lottie
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"prettier": "3.0.0",
"tailwindcss": "^3.4.3"
},
"repository": "https://github.com/ant-xuexiao/bot-combo.git"
"repository": "https://github.com/petercat-ai/petercat.git"
}
Binary file added client/public/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/guides/self_hosting_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Follow these steps to start Supabase locally:
- **Step 0**: Clone the repository:

```bash
git clone https://github.com/ant-xuexiao/petercat && cd server
git clone https://github.com/petercat-ai/petercat.git && cd server
```

- **Step 1**: Copy the `.env.example` files
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"engines": {
"node": "^18 || >=20"
},
"repository": "https://github.com/ant-xuexiao/petercat.git",
"repository": "https://github.com/petercat-ai/petercat.git",
"devDependencies": {
"concurrently": "^8.2.2"
}
Expand Down

0 comments on commit 2698409

Please sign in to comment.