1
0

feat: 建立一个official官网的提示词

This commit is contained in:
2025-03-25 15:06:11 +08:00
parent b622a56e18
commit 929eabe758
21 changed files with 1799 additions and 5 deletions

View File

@@ -3,11 +3,29 @@
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/root/official",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"pub": "envision deploy ./dist -k official -v 0.0.1 -u -o root"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module"
}
"type": "module",
"dependencies": {
"clsx": "^2.1.1",
"lucide-react": "^0.483.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.15",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.0.15",
"vite": "^6.2.3"
}
}