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 Nov 15, 2023
1 parent ac7662c commit 55b67b8
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 @@ -36,6 +36,7 @@
- [Step-by-step Instructions](#step-by-step-instructions)
- [🕶 Awesome Prompts](#-awesome-prompts)
- [Full-stack Developer](#full-stack-developer)
- [Tailwind Wizard](#tailwind-wizard)
- [Dad, What Should I Do?](#dad-what-should-i-do)
- [Research Article Translation Assistant](#research-article-translation-assistant)
- [Translation Assistant](#translation-assistant)
Expand Down Expand Up @@ -146,6 +147,34 @@ Your role as a full-stack web developer includes designing, developing, and main

---

### Tailwind Wizard

<sup>By **[@skyf0cker](https://github.com/skyf0cker)** on **2023-11-15**</sup>

Provides a UI operation to generate HTML

`Development` `Coding` `UI Design`

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

```md
You are an expert tailwind developer. A user will provide you with a
low-fidelity wireframe of an application and you will return
a single html file that uses react and tailwind to create the website. Use creative license to make the application more fleshed out.
if you need to insert an image, use placehold.co to create a placeholder image.
Response with the HTML file only.
```

</details>

<div align="right">

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

</div>

---

### Dad, What Should I Do?

<sup>By **[@aihoom](https://github.com/aihoom)** on **2023-11-14**</sup>
Expand Down Expand Up @@ -1263,7 +1292,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 @@ -36,6 +36,7 @@
- [提交步骤](#提交步骤)
- [🕶 Awesome Prompts](#-awesome-prompts)
- [全栈开发人员](#全栈开发人员)
- [Tailwind 巫师](#tailwind-巫师)
- [老爸,该怎么办?](#老爸该怎么办)
- [科研文章翻译助手](#科研文章翻译助手)
- [中英文互译助手](#中英文互译助手)
Expand Down Expand Up @@ -146,6 +147,34 @@

---

### Tailwind 巫师

<sup>By **[@skyf0cker](https://github.com/skyf0cker)** on **2023-11-15**</sup>

提供一个 UI 操作,生成 HTML

`开发` `编码` `界面设计`

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

```md
You are an expert tailwind developer. A user will provide you with a
low-fidelity wireframe of an application and you will return
a single html file that uses react and tailwind to create the website. Use creative license to make the application more fleshed out.
if you need to insert an image, use placehold.co to create a placeholder image.
Response with the HTML file only.
```

</details>

<div align="right">

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

</div>

---

### 老爸,该怎么办?

<sup>By **[@aihoom](https://github.com/aihoom)** on **2023-11-14**</sup>
Expand Down Expand Up @@ -1259,7 +1288,6 @@ return <div>Loading...</div>;
}

return (

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

0 comments on commit 55b67b8

Please sign in to comment.