Hair Keeper v1.2.0版本更新

修复性:
* nextjs升级到\~15.4.10

新功能:
* 支持在开发容器内快速部署(默认绑定8000端口)
* 开发者面板页面git工具支持推送远程仓库
* 新增多步表单控件
* 新增开发容器工具:dnsutils
* 新增Hair Keeper开发容器使用帮助
This commit is contained in:
2026-02-04 16:32:52 +08:00
parent 1e514e6631
commit 74c2b1b7e7
4 changed files with 38 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hair-keeper",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000 --turbo",