Skip to content

Commit 8db89b6

Browse files
committed
build: v3.1.2
1 parent 9d33418 commit 8db89b6

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.goreleaser.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,9 @@ release:
187187
### 🔧 使用说明
188188
1. 下载对应架构的二进制文件
189189
2. 解压后直接运行 `./nodepassdash`(无需外部依赖)
190-
3. 首次运行会自动解压前端文件到 `dist/` 目录
191-
4. 默认监听 `http://localhost:3000`
192-
5. 首次运行会自动创建管理员账户
190+
3. 默认监听 `http://localhost:3000`
193191
194192
### 📝 部署说明
195193
- **单文件部署**: 只需要一个可执行文件即可运行
196194
- **自动初始化**: 程序会自动创建所需的文件和目录
197-
- **数据持久化**: 数据库文件保存在 `public/sqlite.db`
195+
- **数据持久化**: 数据库文件保存在 `db/database.db`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="docs/nodepassdash-logo.svg" alt="NodePassDash" height="80">
33
</div>
44

5-
![Version](https://img.shields.io/badge/version-3.1.1-blue.svg)
5+
![Version](https://img.shields.io/badge/version-3.1.2-blue.svg)
66
![GitHub license](https://img.shields.io/github/license/NodePassProject/NodePassDash)
77

88
NodePassDash是一个现代化的 NodePass 管理界面,基于 Go 后端 + React + Vite、HeroUI 和 TypeScript 构建。提供实时隧道监控、流量统计和端点管理功能。

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "NodePassDash",
33
"private": true,
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)