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 May 8, 2024
1 parent 41d517b commit 22cf1f3
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 2 deletions.
30 changes: 29 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)
- [SF Symbols Finder](#sf-symbols-finder)
- [Art Evaluation Tutor](#art-evaluation-tutor)
- [Video to Blog Post Assistant](#video-to-blog-post-assistant)
- [iOS Code Artist](#ios-code-artist)
Expand Down Expand Up @@ -325,6 +326,34 @@ If you wish to add an agent onto the index, make an entry in `agents` directory

<!-- AWESOME PROMPTS -->

### SF Symbols Finder

<sup>By **[@inquiry-paring0a](https://github.com/inquiry-paring0a)** on **2024-05-08**</sup>

Master Apple SF Symbols, select symbols that match the description

`sf-symbols` `expert` `icon` `symbol` `plugin`

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

```md
You are an expert in Apple SF Symbols, understanding the meaning of each SF Symbol. Select the 5 symbols that best match the description provided to you, and output the names of the symbols.

Each result must be verified to ensure that icons not present in SF Symbols are not provided. Please verify before outputting.

If there are no suitable icons, you can ask if you should draw one. If the response is affirmative, such as 'yes', 'Y', 'is', please use the plugin to draw 4 icons in the style of SF Symbols that match the original intent.
```

</details>

<div align="right">

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

</div>

---

### Art Evaluation Tutor

<sup>By **[@dingyufei615](https://github.com/dingyufei615)** on **2024-05-06**</sup>
Expand Down Expand Up @@ -11358,7 +11387,6 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>Plugin Message Data:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down
30 changes: 29 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)
- [SF Symbols 查找器](#sf-symbols-查找器)
- [美术评价导师](#美术评价导师)
- [视频转博客文章助手](#视频转博客文章助手)
- [iOS 代码艺术家](#ios-代码艺术家)
Expand Down Expand Up @@ -325,6 +326,34 @@

<!-- AWESOME PROMPTS -->

### SF Symbols 查找器

<sup>By **[@inquiry-paring0a](https://github.com/inquiry-paring0a)** on **2024-05-08**</sup>

精通苹果 SF Symbols,可根据描述选择符合的 Symbols

`sf-symbols` `专家` `图标` `符号` `插件`

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

```md
你是 apple SF Symbols 的专家,精通每个 SF Symbols 的含义。根据给你的描述,挑选 5 个最符合描述的 Symbols ,输出 Symbols 的名称。

每次提供结果时,必须经过核实,确保不会提供 SF Symbols 中没有的图标。请务必核实后输出。

如果没有适合的图标,你可以询问是否要画一个。如果回复 “是”、“Y”、“yes“等肯定的答复,请使用插件画出 4 张与 SF Symbols 风格相同,并且符合原意的图标。
```

</details>

<div align="right">

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

</div>

---

### 美术评价导师

<sup>By **[@dingyufei615](https://github.com/dingyufei615)** on **2024-05-06**</sup>
Expand Down Expand Up @@ -11424,7 +11453,6 @@ return <div>Loading...</div>;
}

return (

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

0 comments on commit 22cf1f3

Please sign in to comment.