diff --git a/docs/screenshot.md b/docs/screenshot.md index 43a232a..ae20567 100644 --- a/docs/screenshot.md +++ b/docs/screenshot.md @@ -1,23 +1,69 @@ -资源占用截图 +### 资源占用 + +未使用时资源占用非常小 ![资源占用截图](../screenshot/docker_stats.png) -资产管理 +### 控制面板 + +更方便的概览系统信息 + +![dashboard](../screenshot/dashboard.png) + +### 资产管理 + +支持多种RDP、SSH、Telnet、VNC,Kubernetes等多种协议的资产 ![资产](../screenshot/assets.png) -rdp +#### rdp ![rdp](../screenshot/rdp.png) -vnc +#### vnc ![vnc](../screenshot/vnc.png) -ssh +#### ssh ![ssh](../screenshot/ssh.png) +### 授权凭证 + +极为方便的复用资产认证信息 + +![凭证](../screenshot/credential.png) + 批量执行命令 -![批量执行命令](../screenshot/command.png) \ No newline at end of file +![批量执行命令](../screenshot/command.png) + +### 在线监控 + +实时监控用户的操作,并可以随时断开该会话 + +![在线监控](../screenshot/online_session.png) + +### 离线回放 + +详细的数据回放,定位任何一个可疑操作 + +![离线回放](../screenshot/offline_session.png) + +### 计划任务 + +自定义计划任务 + +![计划任务](../screenshot/cron.png) + +### 访问安全 + +黑白名单访问控制,支持ip、cidr及连续IP + +![访问安全](../screenshot/access.png) + +### 用户组授权 + +灵活的授权策略 + +![用户组授权](../screenshot/user_group.png) \ No newline at end of file diff --git a/screenshot/access.png b/screenshot/access.png new file mode 100644 index 0000000..2befe3c Binary files /dev/null and b/screenshot/access.png differ diff --git a/screenshot/assets.png b/screenshot/assets.png index a124450..7d49195 100644 Binary files a/screenshot/assets.png and b/screenshot/assets.png differ diff --git a/screenshot/command.png b/screenshot/command.png index b082707..2bca616 100644 Binary files a/screenshot/command.png and b/screenshot/command.png differ diff --git a/screenshot/credential.png b/screenshot/credential.png new file mode 100644 index 0000000..9441bef Binary files /dev/null and b/screenshot/credential.png differ diff --git a/screenshot/cron.png b/screenshot/cron.png new file mode 100644 index 0000000..2a86f2f Binary files /dev/null and b/screenshot/cron.png differ diff --git a/screenshot/dashboard.png b/screenshot/dashboard.png new file mode 100644 index 0000000..4afe1bb Binary files /dev/null and b/screenshot/dashboard.png differ diff --git a/screenshot/offline_session.png b/screenshot/offline_session.png new file mode 100644 index 0000000..8252406 Binary files /dev/null and b/screenshot/offline_session.png differ diff --git a/screenshot/online_session.png b/screenshot/online_session.png new file mode 100644 index 0000000..b5dc452 Binary files /dev/null and b/screenshot/online_session.png differ diff --git a/screenshot/rdp.png b/screenshot/rdp.png index 90b55ef..b142f27 100644 Binary files a/screenshot/rdp.png and b/screenshot/rdp.png differ diff --git a/screenshot/ssh.png b/screenshot/ssh.png index cac04f5..57aceb9 100644 Binary files a/screenshot/ssh.png and b/screenshot/ssh.png differ diff --git a/screenshot/user_group.png b/screenshot/user_group.png new file mode 100644 index 0000000..c1699c6 Binary files /dev/null and b/screenshot/user_group.png differ