vault backup: 2026-03-08 20:15:07

This commit is contained in:
2026-03-08 20:15:07 +08:00
parent 69fe6622de
commit d7d2765220
3 changed files with 22 additions and 34 deletions

View File

@@ -0,0 +1,22 @@
# 提示词
我想制作一个网站,风格以下相近:
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容器中。

View File

@@ -1,34 +0,0 @@
我想制作一个网站,风格以下相近:
https://clawhub.ai/
https://clawhub.ai/skills?sort=downloads&nonSuspicious=true
https://clawhub.ai/pskoett/self-improving-agent
我打算使用:
前端技术TypeScript、Vue 3、ViteVue Router、Pinia前端组件请使用Element Plus使用pnpm install element-plus 进行安装除此之外还有Lucide Icons, Tailwind CSS (可选)。
后端技术nodejs、Fastify、Mongoose、fastify-jwt
数据库MongoDB
工具函数Axios、VueUse
类别,已选技术,建议补充
类别,已选技术,建议补充
前端核心,"Vue 3, Vite, TS","Vue Router, Pinia"
UI 增强,Element Plus,"Lucide Icons, Tailwind CSS (可选)"
后端支撑,Fastify,"Mongoose, fastify-jwt"
工具函数,pnpm,"VueUse, Axios"