chore: 🔨 界面优化

[skip ci]
This commit is contained in:
tk
2025-03-26 15:39:05 +08:00
committed by nsnail
parent 20f09c8ea1
commit d4956c94e0
9 changed files with 21 additions and 17 deletions

View File

@ -29,8 +29,8 @@ dotnet --list-sdks
git clone --depth 1 https://github.com/nsnail/NetAdmin.git && cd ./NetAdmin
# 3. 确认本机 redis 处于运行状态
redis-server # 启动服务器
redis-cli # 连接测试
redis-server # 启动服务器
redis-cli ping # 连接测试
# 下载 redis for windowshttps://github.com/redis-windows/redis-windows/releases
# 下载 redis for linux/machttps://redis.io/download
@ -41,7 +41,7 @@ dotnet run --project ./src/backend/YourSolution.AdmServer.Host/YourSolution.AdmS
# 5. 检查 nodejs 版本 >=20
node -v
# 下载 nodejshttps://nodejs.org/en/download
# 下载 nodejshttps://nodejs.org/zh-cn/download
# 6. 安装 npm 依赖包
cd ./src/frontend/admin && npm install