Skip to content

Commit 2e9d6e1

Browse files
author
yangtao
committed
refactor(layout): 更新导航栏菜单项名称
- 将"隧道管理"改为"实例管理" - 将"端点管理"改为"主控管理" - 在 README 中添加演示环境使用提醒
1 parent 884a3d4 commit 2e9d6e1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
## 🚀 快速开始
3636

3737
>[>点此体验<](https://ihzdkxqijssj.us-east-1.clawcloudrun.com/) [nodepass/nodepass123456]
38+
>
39+
> ⚠️ **重要提醒:演示环境,请勿更改密码,请勿填写任何敏感信息**
40+
41+
3842

3943
### 方式一:Docker 部署(推荐)
4044

components/layout/navbar-mobile.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const navigationItems = [
1919
},
2020
{
2121
href: "/tunnels",
22-
label: "隧道管理",
22+
label: "实例管理",
2323
icon: "solar:transmission-bold",
2424
},
2525
{
2626
href: "/endpoints",
27-
label: "端点管理",
27+
label: "主控管理",
2828
icon: "solar:server-2-bold",
2929
},
3030
];

0 commit comments

Comments
 (0)