Skip to content

Commit cd7ec10

Browse files
committed
feat: 批量启动、停止、重启
1 parent 3961ffd commit cd7ec10

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,12 @@ release:
159159
header: |
160160
## NodePassDash {{ .Tag }}
161161
162-
### 🎉 新版本发布
162+
### Feature
163+
- 增加批量启动、停止、重启
163164
164-
感谢使用 NodePassDash!本版本支持主流架构和操作系统。
165-
166-
### ✨ 新特性
167-
- **单文件部署**: 前端静态文件已嵌入到二进制文件中,无需外部依赖
168-
- **自动解压**: 首次运行时自动解压前端文件到工作目录
169-
- **便携性**: 可在任何目录运行,无需额外配置
165+
### Update
166+
- 优化部分交互和显示
167+
- 优化删除实例的逻辑
170168
171169
### 🏗️ 支持的架构
172170
- **Linux**: x86_64, ARM64, ARMv7, ARMv6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚀 NodePassDash
22

3-
![Version](https://img.shields.io/badge/version-2.0.2-blue.svg)
3+
![Version](https://img.shields.io/badge/version-2.0.3-blue.svg)
44

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NodePassDash",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)