feat: 添加用户信息管理功能,更新相关配置和组件

This commit is contained in:
2025-12-25 17:28:40 +08:00
parent 8a5e707fd8
commit 3654746f6a
8 changed files with 307 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/kevisual-home",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"main": "index.js",
"basename": "/root/home",
@@ -10,7 +10,7 @@
"preview": "astro preview",
"ui": "pnpm dlx shadcn@latest add ",
"prepub": "pnpm run build",
"pub": "envision deploy ./dist -k home -v 0.0.7 -u -y yes"
"pub": "envision deploy ./dist -k home -v 0.0.8 -u -y yes"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",