Skip to content

Latest commit

 

History

History
123 lines (89 loc) · 3.97 KB

README-CN.md

File metadata and controls

123 lines (89 loc) · 3.97 KB

Stargazers MIT License Release


Logo

AI Prompts

⭐ 一个用于列举实用AI提示词的迅速轻量的Web应用程序 ⭐

English · 简体中文 · 日本語

目录

关于此项目

上方是适用于平板设备尺寸的 index 页面截图, 点击此处 可查看更多详细截图

AI-Prompts是一个快速且轻量级的 Web 应用,列出了实用和受欢迎的AI提示词。每个人都可以通过修改 prompts.json 中的内容并提交 Pull Request 为此开源项目做出贡献。

(返回顶层)

技术栈

  • Svelte
  • SvelteKit
  • TailwindCSS
  • Magic UI
  • Localize with svelte-i18n
  • Typescript with ES6+ syntax
  • Dockerfile

(返回顶层)

前置要求

  • NodeJS LTS 20+

(返回顶层)

开始

克隆此项目

$ https://github.com/gaomingzhao666/AI-Prompts.git # 克隆
$ cd AI-Prompts
$ npm install # 安装所需依赖
$ npm run dev # 运行

使用 Docker

  1. 克隆或者下载此项目.
  2. 确保电脑中已安装 Docker Desktop.
  3. Install the Docker extension in your VScode.
  4. 右击 Dockerfile 并选择 Build Image 选项.
  5. 打开 Docker Desktop 启动此容器.

(返回顶层)

如何给此项目贡献提示词

你可以通过访问 prompts.json 文件并遵循已存在的数据结构添加内容,然后提交 Pull Request 即可

参考文献

sveltejs/svelte#9287

https://kit.svelte.dev/docs/configuration#alias

https://www.freecodecamp.org/news/copy-text-to-clipboard-javascript/

https://github.com/orgs/vercel/discussions/5208

https://rubyyagi.com/how-to-truncate-long-text-and-show-read-more-less-button/

(返回顶层)

贡献者

此项目由 gaomingzhao666@Nano 开发

(返回顶层)

开源协议

MIT License

(返回顶层)