Files
BlueRoseNote/07-Other/AI/AI Agent/WY/Website/Netease AITA Skills.md

22 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 提示词
我想制作一个网站,风格以下相近:
https://clawhub.ai/
https://clawhub.ai/skills?sort=downloads&nonSuspicious=true
https://clawhub.ai/pskoett/self-improving-agent
## 主要功能
1. 能够根据名称以及用途标签检索Skills检索页面参考 https://clawhub.ai/skills?sort=downloads&nonSuspicious=true
2. 点击找到的Skill就可以进入详细介绍页面参考 https://clawhub.ai/pskoett/self-improving-agent
3. 简单的账户登录机制, 并且提供OpenID登录方式。
4. Skill托管在制定的git仓库上传者提供git仓库地址。每次上传者点击更新按钮后系统会读取指定git仓库的指定branch读取README.md文件来更新SKill页面。
## 技术选型
我打算使用:
前端技术TypeScript、Vue 3、ViteVue Router、Pinia前端组件请使用Element Plus使用pnpm install element-plus 进行安装除此之外还有Lucide Icons, Tailwind CSS (可选)。
后端技术nodejs、Fastify、Mongoose、fastify-jwt
数据库MongoDB
工具函数Axios、VueUse、pnpm
## 部署方式
1. 该网站项目使用gitea托管使用CI/CD进行生成与部署。
2. 部署到同IP Nodejs Docker容器中。