Skip to content

Commit 21cf4fc

Browse files
committed
build: v3.0.4 修复一些bug和新的实例详情页
1 parent 94158fc commit 21cf4fc

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.goreleaser.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ release:
171171
header: |
172172
## NodePassDash {{ .Version }}
173173
174-
### Feature
175-
176-
#### 实例:
177-
- 实例详情增加延迟统计图和连接池统计图
178174
footer: |
179175
180176
### 📥 下载说明

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.0.3-blue.svg)
5+
![Version](https://img.shields.io/badge/version-3.0.4-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": "vite-template",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)