From 27d4de8a23cb91fd1e756c3fcd20e9abceb2f1f2 Mon Sep 17 00:00:00 2001 From: vapao Date: Sat, 18 Jan 2020 23:42:35 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E4=BF=AE=E5=A4=8D=E5=90=AF=E7=94=A8https?= =?UTF-8?q?=E5=90=8Ewebssh=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_api/templates/web_ssh.html | 8 +- spug_web/public/xterm/main.js | 149 +++++++++++++++++++ spug_web/public/xterm/xterm-addon-fit.min.js | 2 + spug_web/public/xterm/xterm.min.css | 1 + spug_web/public/xterm/xterm.min.js | 2 + 5 files changed, 158 insertions(+), 4 deletions(-) create mode 100644 spug_web/public/xterm/main.js create mode 100644 spug_web/public/xterm/xterm-addon-fit.min.js create mode 100644 spug_web/public/xterm/xterm.min.css create mode 100644 spug_web/public/xterm/xterm.min.js diff --git a/spug_api/templates/web_ssh.html b/spug_api/templates/web_ssh.html index 4c48ed7..a89efea 100644 --- a/spug_api/templates/web_ssh.html +++ b/spug_api/templates/web_ssh.html @@ -3,7 +3,7 @@ {{ title }} - +