Skip to content

Commit 3ce933d

Browse files
committed
build: v3.2.6
1 parent 49e8405 commit 3ce933d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

web/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import TemplatesPage from "./pages/templates";
1515
import SetupGuidePage from "./pages/setup-guide";
1616
import OAuthErrorPage from "./pages/oauth-error";
1717
import DebugPage from "./pages/debug";
18-
import EndpointDetailsPage from "./pages/endpoints/details/index";
18+
import EndpointDetailsPage from "./pages/endpoints/details/index copy";
1919
import EndpointSSEDebugPage from "./pages/endpoints/sse-debug";
2020
import ExamplesPage from "./pages/examples";
2121
import IconComparisonPage from "./pages/icon-comparison";

0 commit comments

Comments
 (0)