Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
lily0325 committed Feb 24, 2025
1 parent eac238e commit 58563fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function sidebarProject(): DefaultTheme.SidebarItem[] {
collapsed: false,
items: [
{ text: '内部人员管理系统', base: '/project/', link: 'personManagement' },
{ text: '视联网项目系统', base: '/project/', link: 'vnet' },
],
},
]
Expand Down
13 changes: 12 additions & 1 deletion docs/project/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@
- 前端:Vue3 + ANTDV
- 后端:Spring Boot + MyBatis + MySQL

- [**视联网项目复盘**](https://git.leet-code.online/project/vnet.html)
- [**视联网项目复盘**](https://git.leet-code.online/project/vnet.html)
- 项目描述:
- 该项目是展示一些摄像头的视频流,以及一些摄像头的状态信息的平台。
- 一般有的功能包括:
- 摄像头信息管理(摄像头信息多字段增删改查)
- 摄像头视频流展示(摄像头视频流展示、摄像头视频流播放、摄像头视频流暂停、摄像头视频流停止)
- 多个摄像头分屏展示(单分屏、四分屏、九分屏)
- 数字人AI识别用户要求并执行命令
- 设备告警信息展示(设备告警信息展示、设备告警信息详情)
- 项目技术栈:
- 前端:Vue3 + ANTDV
- 后端:Spring Boot

0 comments on commit 58563fe

Please sign in to comment.