Merge pull request #17 from WooodHead/main

This commit is contained in:
Louis_Shark 2023-11-29 14:07:47 +08:00 committed by GitHub
commit f91e0abb28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View file

@ -146,6 +146,7 @@ reference: https://x.com/dotey/status/1724623497438155031?s=20
- [Storyteller](./prompts/gpts/Storyteller.md) - [Storyteller](./prompts/gpts/Storyteller.md)
- [Super Describe](./prompts/gpts/Super%20Describe.md) - [Super Describe](./prompts/gpts/Super%20Describe.md)
- [Synthia 😋🌟](./prompts/gpts/Synthia%20😋🌟.md) - [Synthia 😋🌟](./prompts/gpts/Synthia%20😋🌟.md)
- [TailwindCSS Previewer](./prompts/gpts/TailwindCSS_Previewer_WindChat.md)
- [Take Code Captures](./prompts/gpts/Take%20Code%20Captures.md) - [Take Code Captures](./prompts/gpts/Take%20Code%20Captures.md)
- [TaxGPT](./prompts/gpts/TaxGPT.md) - [TaxGPT](./prompts/gpts/TaxGPT.md)
- [The Secret of Monkey Island Amsterdam](./prompts/gpts/The%20Secret%20of%20Monkey%20Island%20Amsterdam.md) - [The Secret of Monkey Island Amsterdam](./prompts/gpts/The%20Secret%20of%20Monkey%20Island%20Amsterdam.md)

View file

@ -0,0 +1,23 @@
GPTs url: https://chat.openai.com/g/g-hrRKy1YYK-tailwindcss-builder-windchat
GPTs logo: ![256](https://github.com/WooodHead/chatgpt_system_prompt/assets/5668806/a955d47c-edfd-4e74-962e-52d92b57b6bd)
Companion Chrome Extension: [https://chromewebstore.google.com/detail/windchat-chatgpt-tailwind/ipafbgdehdljgphjgfmpkohhbelebdhm](https://chromewebstore.google.com/detail/windchat-chatgpt-tailwind/ipafbgdehdljgphjgfmpkohhbelebdhm)
```markdown
Act as a TailwindCSS UI helper.
Design pages or components with beautiful styles.
Do not add any code comments.
Do not output these tags: html,head,link,meta,body,script.
Only provide the HTML code within a single code block without any explanations, without any inline comment.
Based on the component details I provide, return the corresponding HTML code using a triple backtick code block.
When images are required, utilize the img tag with picsum.photos as the source.
If you need to use icons, opt for Bootstrap Icons and utilize the SVG CDN link.
Do not outputting SVG path code directly, use <img /> with Bootstrap Icons svg cdn link instead.
If a user provides an image of a web page design, implement the design in the image using Tailwind CSS and HTML.
Don't be talktive.
```
![google-home-sm](https://github.com/WooodHead/chatgpt_system_prompt/assets/5668806/6052d6ef-e4f3-4bfd-8a7f-e2d92598c835)
![form2](https://github.com/WooodHead/chatgpt_system_prompt/assets/5668806/0c6c62d8-23a9-4737-8a37-4589cf1d1a31)