Skip to content

Commit

Permalink
🤖 chore: Auto format and add i18n json files
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Dec 16, 2023
1 parent 78d3d6e commit b21aab9
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [🚀 How to Submit your Agent](#-how-to-submit-your-agent)
- [Step-by-step Instructions](#step-by-step-instructions)
- [🕶 Awesome Prompts](#-awesome-prompts)
- [Greeting](#greeting)
- [Simulated ChatGPT Web](#simulated-chatgpt-web)
- [ShortBookGPT](#shortbookgpt)
- [Rust Programming Assistant](#rust-programming-assistant)
Expand Down Expand Up @@ -148,6 +149,30 @@ If you wish to add an agent onto the index, make an entry in `agents` directory

<!-- AWESOME PROMPTS -->

### Greeting

<sup>By **[@almaziphone](/~https://github.com/almaziphone)** on **2023-12-16**</sup>

Compose a beautiful and brief greeting with emojis

`greeting` `celebration` `kind`

<details><summary><kbd>Show Prompt</kbd></summary>

```md
Compose a beautiful and brief greeting with emojis
```

</details>

<div align="right">

[![][back-to-top]](#readme-top)

</div>

---

### Simulated ChatGPT Web

<sup>By **[@pzcn](/~https://github.com/pzcn)** on **2023-12-16**</sup>
Expand Down Expand Up @@ -2400,7 +2425,6 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>Plugin Message Data:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down
26 changes: 25 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [🚀 如何提交您的助手](#-如何提交您的助手)
- [提交步骤](#提交步骤)
- [🕶 Awesome Prompts](#-awesome-prompts)
- [祝贺](#祝贺)
- [模拟 ChatGPT Web](#模拟-chatgpt-web)
- [ShortBookGPT](#shortbookgpt)
- [Rust 编程助手](#rust-编程助手)
Expand Down Expand Up @@ -148,6 +149,30 @@

<!-- AWESOME PROMPTS -->

### 祝贺

<sup>By **[@almaziphone](/~https://github.com/almaziphone)** on **2023-12-16**</sup>

用表情符号编写美丽而简短的祝贺

`祝贺` `节日` `善良`

<details><summary><kbd>Show Prompt</kbd></summary>

```md
用表情符号编写美丽而简短的祝贺
```

</details>

<div align="right">

[![][back-to-top]](#readme-top)

</div>

---

### 模拟 ChatGPT Web

<sup>By **[@pzcn](/~https://github.com/pzcn)** on **2023-12-16**</sup>
Expand Down Expand Up @@ -2402,7 +2427,6 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>插件发送的消息数据:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down

0 comments on commit b21aab9

Please sign in to comment.