From ae7b63ca0e3d7266282e83724636ca8be7be44f1 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 26 Sep 2019 21:08:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/l2tp/index.html | 1 + plugins/l2tp/js/l2tp.js | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/plugins/l2tp/index.html b/plugins/l2tp/index.html index 13b95bfaf..c4bf80ed4 100755 --- a/plugins/l2tp/index.html +++ b/plugins/l2tp/index.html @@ -5,6 +5,7 @@

用户配置

PSK配置

用户列表

+

说明

diff --git a/plugins/l2tp/js/l2tp.js b/plugins/l2tp/js/l2tp.js index 12b0c4fc4..df80baa57 100755 --- a/plugins/l2tp/js/l2tp.js +++ b/plugins/l2tp/js/l2tp.js @@ -148,3 +148,11 @@ function modUser(username){ }); } + +function readme(){ + var readme = ''; + $('.soft-man-con').html(readme); +}