Skip to content

Commit ab3fbd6

Browse files
committed
build:3.4.0-beta3
1 parent bd164ed commit ab3fbd6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Language:** English | [简体中文](docs/zh-CN/README.md)
66

7-
![Version](https://img.shields.io/badge/version-3.4.0--beta2-blue.svg)
7+
![Version](https://img.shields.io/badge/version-3.4.0--beta3-blue.svg)
88
![GitHub license](https://img.shields.io/github/license/NodePassProject/NodePassDash)
99

1010
NodePassDash is a modern web dashboard for managing **NodePass** endpoints, tunnels, and services. It ships as a single Go binary (Gin + GORM + SQLite) with an embedded React (Vite + TypeScript + HeroUI) frontend, and provides real-time telemetry via SSE/WebSocket.

docs/zh-CN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**语言:** 简体中文 | [English](../../README.md)
66

7-
![Version](https://img.shields.io/badge/version-3.4.0--beta1-blue.svg)
7+
![Version](https://img.shields.io/badge/version-3.4.0--beta3-blue.svg)
88
![GitHub license](https://img.shields.io/github/license/NodePassProject/NodePassDash)
99

1010
NodePassDash 是一个现代化的 **NodePass** 管理面板,用于集中管理端点(Endpoints)、隧道(Tunnels)与服务(Services)。项目采用 **Go(Gin + GORM + SQLite)** 后端并内置 **React(Vite + TypeScript + HeroUI)** 前端,通过 **SSE / WebSocket** 提供实时监控与交互。

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.4.0-beta2",
4+
"version": "3.4.0-beta3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

web/src/locales/en-US/services.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@
208208
"createModal": {
209209
"title": {
210210
"prefix": {
211-
"local": "Local",
212-
"external": "External",
213-
"balanced": "Balanced"
211+
"local": "Local ",
212+
"external": "External ",
213+
"balanced": "Balanced "
214214
},
215215
"singleForward": "Single Forward",
216216
"tunnelForward": "Tunnel Forward",

0 commit comments

Comments
 (0)